Html Css Color HEX #8892CA Portage

📋 copy color: '#8892CA'

red 136 ◦ green 146 ◦ blue 202

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

Shades of Portage #8892CA

Tints of Portage #8892CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 28.1%
G = 30.17%
B = 41.74%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8892CA (or 0x8892CA) is known color: Portage. HEX triplet: 88, 92 and CA. RGB value is (136,146,202). Sum of RGB (Red+Green+Blue) = 136+146+202=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #8892CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892CA is #776D35. Grayscale: #959595. Windows color (decimal): -7826742 or 13275784. OLE color: 13275784.

HSL color Cylindrical-coordinate representation of color #8892CA: hue angle of 230.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8892CA is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 146 202 -
CMYK 0.33 0.28 0 0.21
HSL 230.91º 0.38% 0.66% -
HSV(B) 230.91º 0.33% 0.79% -
XYZ 31.09 30.06 60.04 -
YUV 149.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 136 146 202 0.33 0.28 0 0.21 230.91 0.38 0.66
Hex 88 92 CA 21 1C 0 15 E7 26 42
Octal 210 222 312 41 34 0 25 347 46 102
Binary 10001000 10010010 11001010 100001 11100 0 10101 11100111 100110 1000010

Color Harmonies of #8892CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8892CA

Black with #8892CA

Text Example


Text Example

White with #8892CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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