Html Css Color HEX #8B9DCC Portage

📋 copy color: '#8B9DCC'

red 139 ◦ green 157 ◦ blue 204

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

Shades of Portage #8B9DCC

Tints of Portage #8B9DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 27.8%
G = 31.4%
B = 40.8%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8B9DCC (or 0x8B9DCC) is known color: Portage. HEX triplet: 8B, 9D and CC. RGB value is (139,157,204). Sum of RGB (Red+Green+Blue) = 139+157+204=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B9DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9DCC is #746233. Grayscale: #9C9C9C. Windows color (decimal): -7627316 or 13409675. OLE color: 13409675.

HSL color Cylindrical-coordinate representation of color #8B9DCC: hue angle of 223.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9DCC is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 139 157 204 -
CMYK 0.32 0.23 0 0.2
HSL 223.38º 0.39% 0.67% -
HSV(B) 223.38º 0.32% 0.8% -
XYZ 33.6 33.96 61.91 -
YUV 156.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 139 157 204 0.32 0.23 0 0.2 223.38 0.39 0.67
Hex 8B 9D CC 20 17 0 14 DF 27 43
Octal 213 235 314 40 27 0 24 337 47 103
Binary 10001011 10011101 11001100 100000 10111 0 10100 11011111 100111 1000011

Color Harmonies of #8B9DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9DCC

Black with #8B9DCC

Text Example


Text Example

White with #8B9DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,157,204); }

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

background-color css

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

 a { background-color: rgb(139,157,204); }

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

border-color css

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

 span { border-color: rgb(139,157,204); }

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