Html Css Color HEX #8690CC Portage

📋 copy color: '#8690CC'

red 134 ◦ green 144 ◦ blue 204

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

Shades of Portage #8690CC

Tints of Portage #8690CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 27.8%
G = 29.88%
B = 42.32%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8690CC (or 0x8690CC) is known color: Portage. HEX triplet: 86, 90 and CC. RGB value is (134,144,204). Sum of RGB (Red+Green+Blue) = 134+144+204=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8690CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8690CC is #796F33. Grayscale: #939393. Windows color (decimal): -7958324 or 13406342. OLE color: 13406342.

HSL color Cylindrical-coordinate representation of color #8690CC: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8690CC is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 144 204 -
CMYK 0.34 0.29 0 0.2
HSL 231.43º 0.41% 0.66% -
HSV(B) 231.43º 0.34% 0.8% -
XYZ 30.7 29.37 61.18 -
YUV 147.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 134 144 204 0.34 0.29 0 0.2 231.43 0.41 0.66
Hex 86 90 CC 22 1D 0 14 E7 29 42
Octal 206 220 314 42 35 0 24 347 51 102
Binary 10000110 10010000 11001100 100010 11101 0 10100 11100111 101001 1000010

Color Harmonies of #8690CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8690CC

Black with #8690CC

Text Example


Text Example

White with #8690CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8690CC; }

 p { color: rgb(134,144,204); }

 H1.HeaderClassName
 {
   color: #8690CC;
 }
 .AnyTagClassName
 {
   color: #8690CC;
 }
</style>

background-color css

<style>
 a { background-color: #8690CC; }

 a { background-color: rgb(134,144,204); }

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

border-color css

<style>
 span { border-color: #8690CC; }

 span { border-color: rgb(134,144,204); }

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