Html Css Color HEX #8892CE Portage

📋 copy color: '#8892CE'

red 136 ◦ green 146 ◦ blue 206

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

Shades of Portage #8892CE

Tints of Portage #8892CE

RGB

 RED value IS 136 (53.52% from 255) = 27.87%

 GREEN value IS 146 (57.42% from 255) = 29.92%

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 27.87%
G = 29.92%
B = 42.21%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8892CE (or 0x8892CE) is known color: Portage. HEX triplet: 88, 92 and CE. RGB value is (136,146,206). Sum of RGB (Red+Green+Blue) = 136+146+206=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #8892CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892CE is #776D31. Grayscale: #959595. Windows color (decimal): -7826738 or 13537928. OLE color: 13537928.

HSL color Cylindrical-coordinate representation of color #8892CE: hue angle of 231.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8892CE is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 146 206 -
CMYK 0.34 0.29 0 0.19
HSL 231.43º 0.42% 0.67% -
HSV(B) 231.43º 0.34% 0.81% -
XYZ 31.57 30.25 62.57 -
YUV 149.85 159.69 118.12 -
System Red Green Blue C M Y K H S L
Decimal 136 146 206 0.34 0.29 0 0.19 231.43 0.42 0.67
Hex 88 92 CE 22 1D 0 13 E7 2A 43
Octal 210 222 316 42 35 0 23 347 52 103
Binary 10001000 10010010 11001110 100010 11101 0 10011 11100111 101010 1000011

Color Harmonies of #8892CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8892CE

Black with #8892CE

Text Example


Text Example

White with #8892CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8892CE; }

 p { color: rgb(136,146,206); }

 H1.HeaderClassName
 {
   color: #8892CE;
 }
 .AnyTagClassName
 {
   color: #8892CE;
 }
</style>

background-color css

<style>
 a { background-color: #8892CE; }

 a { background-color: rgb(136,146,206); }

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

border-color css

<style>
 span { border-color: #8892CE; }

 span { border-color: rgb(136,146,206); }

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