Html Css Color HEX #8992DC Portage

📋 copy color: '#8992DC'

red 137 ◦ green 146 ◦ blue 220

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

Shades of Portage #8992DC

Tints of Portage #8992DC

RGB

 RED value IS 137 (53.91% from 255) = 27.24%

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 27.24%
G = 29.03%
B = 43.74%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8992DC (or 0x8992DC) is known color: Portage. HEX triplet: 89, 92 and DC. RGB value is (137,146,220). Sum of RGB (Red+Green+Blue) = 137+146+220=503 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.24% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #8992DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992DC is #766D23. Grayscale: #979797. Windows color (decimal): -7761188 or 14455433. OLE color: 14455433.

HSL color Cylindrical-coordinate representation of color #8992DC: hue angle of 233.49º 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 #8992DC is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 146 220 -
CMYK 0.38 0.34 0 0.14
HSL 233.49º 0.54% 0.7% -
HSV(B) 233.49º 0.38% 0.86% -
XYZ 33.51 31.04 71.94 -
YUV 151.75 166.52 117.48 -
System Red Green Blue C M Y K H S L
Decimal 137 146 220 0.38 0.34 0 0.14 233.49 0.54 0.7
Hex 89 92 DC 26 22 0 E E9 36 46
Octal 211 222 334 46 42 0 16 351 66 106
Binary 10001001 10010010 11011100 100110 100010 0 1110 11101001 110110 1000110

Color Harmonies of #8992DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8992DC

Black with #8992DC

Text Example


Text Example

White with #8992DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8992DC; }

 p { color: rgb(137,146,220); }

 H1.HeaderClassName
 {
   color: #8992DC;
 }
 .AnyTagClassName
 {
   color: #8992DC;
 }
</style>

background-color css

<style>
 a { background-color: #8992DC; }

 a { background-color: rgb(137,146,220); }

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

border-color css

<style>
 span { border-color: #8992DC; }

 span { border-color: rgb(137,146,220); }

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