Html Css Color HEX #8B96C9 Portage

📋 copy color: '#8B96C9'

red 139 ◦ green 150 ◦ blue 201

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

Shades of Portage #8B96C9

Tints of Portage #8B96C9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.61%

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 28.37%
G = 30.61%
B = 41.02%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B96C9 (or 0x8B96C9) is known color: Portage. HEX triplet: 8B, 96 and C9. RGB value is (139,150,201). Sum of RGB (Red+Green+Blue) = 139+150+201=490 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.37% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B96C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B96C9 is #746936. Grayscale: #989898. Windows color (decimal): -7629111 or 13211275. OLE color: 13211275.

HSL color Cylindrical-coordinate representation of color #8B96C9: hue angle of 229.35º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B96C9 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 150 201 -
CMYK 0.31 0.25 0 0.21
HSL 229.35º 0.36% 0.67% -
HSV(B) 229.35º 0.31% 0.79% -
XYZ 32.1 31.52 59.65 -
YUV 152.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 139 150 201 0.31 0.25 0 0.21 229.35 0.36 0.67
Hex 8B 96 C9 1F 19 0 15 E5 24 43
Octal 213 226 311 37 31 0 25 345 44 103
Binary 10001011 10010110 11001001 11111 11001 0 10101 11100101 100100 1000011

Color Harmonies of #8B96C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B96C9

Black with #8B96C9

Text Example


Text Example

White with #8B96C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,150,201); }

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

background-color css

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

 a { background-color: rgb(139,150,201); }

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

border-color css

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

 span { border-color: rgb(139,150,201); }

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