Html Css Color HEX #8B9CD2 Portage

📋 copy color: '#8B9CD2'

red 139 ◦ green 156 ◦ blue 210

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

Shades of Portage #8B9CD2

Tints of Portage #8B9CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.58%

R = 27.52%
G = 30.89%
B = 41.58%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8B9CD2 (or 0x8B9CD2) is known color: Portage. HEX triplet: 8B, 9C and D2. RGB value is (139,156,210). Sum of RGB (Red+Green+Blue) = 139+156+210=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B9CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CD2 is #74632D. Grayscale: #9C9C9C. Windows color (decimal): -7627566 or 13802635. OLE color: 13802635.

HSL color Cylindrical-coordinate representation of color #8B9CD2: hue angle of 225.63º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B9CD2 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 156 210 -
CMYK 0.34 0.26 0 0.18
HSL 225.63º 0.44% 0.68% -
HSV(B) 225.63º 0.34% 0.82% -
XYZ 34.17 33.92 65.72 -
YUV 157.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 139 156 210 0.34 0.26 0 0.18 225.63 0.44 0.68
Hex 8B 9C D2 22 1A 0 12 E2 2C 44
Octal 213 234 322 42 32 0 22 342 54 104
Binary 10001011 10011100 11010010 100010 11010 0 10010 11100010 101100 1000100

Color Harmonies of #8B9CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9CD2

Black with #8B9CD2

Text Example


Text Example

White with #8B9CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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