Html Css Color HEX #8B99DD Portage

📋 copy color: '#8B99DD'

red 139 ◦ green 153 ◦ blue 221

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

Shades of Portage #8B99DD

Tints of Portage #8B99DD

RGB

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

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

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

R = 27.1%
G = 29.82%
B = 43.08%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B99DD (or 0x8B99DD) is known color: Portage. HEX triplet: 8B, 99 and DD. RGB value is (139,153,221). Sum of RGB (Red+Green+Blue) = 139+153+221=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99DD is #746622. Grayscale: #9C9C9C. Windows color (decimal): -7628323 or 14522763. OLE color: 14522763.

HSL color Cylindrical-coordinate representation of color #8B99DD: hue angle of 229.76º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B99DD is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 153 221 -
CMYK 0.37 0.31 0 0.13
HSL 229.76º 0.55% 0.71% -
HSV(B) 229.76º 0.37% 0.87% -
XYZ 35.09 33.49 73.02 -
YUV 156.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 139 153 221 0.37 0.31 0 0.13 229.76 0.55 0.71
Hex 8B 99 DD 25 1F 0 D E6 37 47
Octal 213 231 335 45 37 0 15 346 67 107
Binary 10001011 10011001 11011101 100101 11111 0 1101 11100110 110111 1000111

Color Harmonies of #8B99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B99DD

Black with #8B99DD

Text Example


Text Example

White with #8B99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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