Html Css Color HEX #8B99D3 Portage

📋 copy color: '#8B99D3'

red 139 ◦ green 153 ◦ blue 211

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

Shades of Portage #8B99D3

Tints of Portage #8B99D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 27.63%
G = 30.42%
B = 41.95%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8B99D3 (or 0x8B99D3) is known color: Portage. HEX triplet: 8B, 99 and D3. RGB value is (139,153,211). Sum of RGB (Red+Green+Blue) = 139+153+211=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #8B99D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B99D3 is #74662C. Grayscale: #9B9B9B. Windows color (decimal): -7628333 or 13867403. OLE color: 13867403.

HSL color Cylindrical-coordinate representation of color #8B99D3: hue angle of 228.33º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B99D3 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 153 211 -
CMYK 0.34 0.27 0 0.17
HSL 228.33º 0.45% 0.69% -
HSV(B) 228.33º 0.34% 0.83% -
XYZ 33.8 32.97 66.21 -
YUV 155.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 139 153 211 0.34 0.27 0 0.17 228.33 0.45 0.69
Hex 8B 99 D3 22 1B 0 11 E4 2D 45
Octal 213 231 323 42 33 0 21 344 55 105
Binary 10001011 10011001 11010011 100010 11011 0 10001 11100100 101101 1000101

Color Harmonies of #8B99D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B99D3

Black with #8B99D3

Text Example


Text Example

White with #8B99D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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