Html Css Color HEX #8695DB Portage

📋 copy color: '#8695DB'

red 134 ◦ green 149 ◦ blue 219

#8695DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8695DB

Tints of Portage #8695DB

RGB

 RED value IS 134 (52.73% from 255) = 26.69%

 GREEN value IS 149 (58.59% from 255) = 29.68%

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 26.69%
G = 29.68%
B = 43.63%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8695DB (or 0x8695DB) is known color: Portage. HEX triplet: 86, 95 and DB. RGB value is (134,149,219). Sum of RGB (Red+Green+Blue) = 134+149+219=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #8695DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8695DB is #796A24. Grayscale: #989898. Windows color (decimal): -7957029 or 14390662. OLE color: 14390662.

HSL color Cylindrical-coordinate representation of color #8695DB: hue angle of 229.41º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8695DB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 149 219 -
CMYK 0.39 0.32 0 0.14
HSL 229.41º 0.54% 0.69% -
HSV(B) 229.41º 0.39% 0.86% -
XYZ 33.37 31.68 71.37 -
YUV 152.5 165.53 114.81 -
System Red Green Blue C M Y K H S L
Decimal 134 149 219 0.39 0.32 0 0.14 229.41 0.54 0.69
Hex 86 95 DB 27 20 0 E E5 36 45
Octal 206 225 333 47 40 0 16 345 66 105
Binary 10000110 10010101 11011011 100111 100000 0 1110 11100101 110110 1000101

Color Harmonies of #8695DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8695DB

Black with #8695DB

Text Example


Text Example

White with #8695DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8695DB; }

 p { color: rgb(134,149,219); }

 H1.HeaderClassName
 {
   color: #8695DB;
 }
 .AnyTagClassName
 {
   color: #8695DB;
 }
</style>

background-color css

<style>
 a { background-color: #8695DB; }

 a { background-color: rgb(134,149,219); }

 div.DivClassName
 {
   background-color: #8695DB;
 }
 .BgClassName
 {
   background-color: #8695DB;
 }
</style>

border-color css

<style>
 span { border-color: #8695DB; }

 span { border-color: rgb(134,149,219); }

 td.TdClassName
 {
   border-color: #8695DB;
 }
 .TagClassName
 {
   border-color: #8695DB;
 }
</style>