Html Css Color HEX #8B9CCE Portage

📋 copy color: '#8B9CCE'

red 139 ◦ green 156 ◦ blue 206

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

Shades of Portage #8B9CCE

Tints of Portage #8B9CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.14%

 BLUE value IS 206 (80.86% from 255) = 41.12%

R = 27.74%
G = 31.14%
B = 41.12%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B9CCE (or 0x8B9CCE) is known color: Portage. HEX triplet: 8B, 9C and CE. RGB value is (139,156,206). Sum of RGB (Red+Green+Blue) = 139+156+206=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CCE is #746331. Grayscale: #9C9C9C. Windows color (decimal): -7627570 or 13540491. OLE color: 13540491.

HSL color Cylindrical-coordinate representation of color #8B9CCE: hue angle of 224.78º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B9CCE is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 156 206 -
CMYK 0.33 0.24 0 0.19
HSL 224.78º 0.41% 0.68% -
HSV(B) 224.78º 0.33% 0.81% -
XYZ 33.68 33.72 63.13 -
YUV 156.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 139 156 206 0.33 0.24 0 0.19 224.78 0.41 0.68
Hex 8B 9C CE 21 18 0 13 E1 29 44
Octal 213 234 316 41 30 0 23 341 51 104
Binary 10001011 10011100 11001110 100001 11000 0 10011 11100001 101001 1000100

Color Harmonies of #8B9CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9CCE

Black with #8B9CCE

Text Example


Text Example

White with #8B9CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,156,206); }

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

background-color css

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

 a { background-color: rgb(139,156,206); }

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

border-color css

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

 span { border-color: rgb(139,156,206); }

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