Html Css Color HEX #8B99DC Portage

📋 copy color: '#8B99DC'

red 139 ◦ green 153 ◦ blue 220

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

Shades of Portage #8B99DC

Tints of Portage #8B99DC

RGB

 RED value IS 139 (54.69% from 255) = 27.15%

 GREEN value IS 153 (60.16% from 255) = 29.88%

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

R = 27.15%
G = 29.88%
B = 42.97%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B99DC (or 0x8B99DC) is known color: Portage. HEX triplet: 8B, 99 and DC. RGB value is (139,153,220). Sum of RGB (Red+Green+Blue) = 139+153+220=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B99DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99DC is #746623. Grayscale: #9C9C9C. Windows color (decimal): -7628324 or 14457227. OLE color: 14457227.

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

Color convert

RGB 139 153 220 -
CMYK 0.37 0.30 0 0.14
HSL 229.63º 0.54% 0.7% -
HSV(B) 229.63º 0.37% 0.86% -
XYZ 34.96 33.44 72.32 -
YUV 156.45 163.86 115.55 -
System Red Green Blue C M Y K H S L
Decimal 139 153 220 0.37 0.30 0 0.14 229.63 0.54 0.7
Hex 8B 99 DC 25 1E 0 E E6 36 46
Octal 213 231 334 45 36 0 16 346 66 106
Binary 10001011 10011001 11011100 100101 11110 0 1110 11100110 110110 1000110

Color Harmonies of #8B99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B99DC

Black with #8B99DC

Text Example


Text Example

White with #8B99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B99DC; }

 p { color: rgb(139,153,220); }

 H1.HeaderClassName
 {
   color: #8B99DC;
 }
 .AnyTagClassName
 {
   color: #8B99DC;
 }
</style>

background-color css

<style>
 a { background-color: #8B99DC; }

 a { background-color: rgb(139,153,220); }

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

border-color css

<style>
 span { border-color: #8B99DC; }

 span { border-color: rgb(139,153,220); }

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