Html Css Color HEX #8892DB Portage

📋 copy color: '#8892DB'

red 136 ◦ green 146 ◦ blue 219

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

Shades of Portage #8892DB

Tints of Portage #8892DB

RGB

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

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

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

R = 27.15%
G = 29.14%
B = 43.71%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8892DB (or 0x8892DB) is known color: Portage. HEX triplet: 88, 92 and DB. RGB value is (136,146,219). Sum of RGB (Red+Green+Blue) = 136+146+219=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #8892DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8892DB is #776D24. Grayscale: #979797. Windows color (decimal): -7826725 or 14389896. OLE color: 14389896.

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

Color convert

RGB 136 146 219 -
CMYK 0.38 0.33 0 0.14
HSL 232.77º 0.54% 0.7% -
HSV(B) 232.77º 0.38% 0.86% -
XYZ 33.22 30.91 71.23 -
YUV 151.33 166.19 117.06 -
System Red Green Blue C M Y K H S L
Decimal 136 146 219 0.38 0.33 0 0.14 232.77 0.54 0.7
Hex 88 92 DB 26 21 0 E E9 36 46
Octal 210 222 333 46 41 0 16 351 66 106
Binary 10001000 10010010 11011011 100110 100001 0 1110 11101001 110110 1000110

Color Harmonies of #8892DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8892DB

Black with #8892DB

Text Example


Text Example

White with #8892DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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