Html Css Color HEX #8892DD Portage

📋 copy color: '#8892DD'

red 136 ◦ green 146 ◦ blue 221

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

Shades of Portage #8892DD

Tints of Portage #8892DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 27.04%
G = 29.03%
B = 43.94%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8892DD (or 0x8892DD) is known color: Portage. HEX triplet: 88, 92 and DD. RGB value is (136,146,221). Sum of RGB (Red+Green+Blue) = 136+146+221=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #8892DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892DD is #776D22. Grayscale: #979797. Windows color (decimal): -7826723 or 14520968. OLE color: 14520968.

HSL color Cylindrical-coordinate representation of color #8892DD: hue angle of 232.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8892DD is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 146 221 -
CMYK 0.38 0.34 0 0.13
HSL 232.94º 0.56% 0.7% -
HSV(B) 232.94º 0.38% 0.87% -
XYZ 33.48 31.01 72.63 -
YUV 151.56 167.19 116.9 -
System Red Green Blue C M Y K H S L
Decimal 136 146 221 0.38 0.34 0 0.13 232.94 0.56 0.7
Hex 88 92 DD 26 22 0 D E9 38 46
Octal 210 222 335 46 42 0 15 351 70 106
Binary 10001000 10010010 11011101 100110 100010 0 1101 11101001 111000 1000110

Color Harmonies of #8892DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8892DD

Black with #8892DD

Text Example


Text Example

White with #8892DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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