Html Css Color HEX #8B9CDA Portage

📋 copy color: '#8B9CDA'

red 139 ◦ green 156 ◦ blue 218

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

Shades of Portage #8B9CDA

Tints of Portage #8B9CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 27.1%
G = 30.41%
B = 42.5%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B9CDA (or 0x8B9CDA) is known color: Portage. HEX triplet: 8B, 9C and DA. RGB value is (139,156,218). Sum of RGB (Red+Green+Blue) = 139+156+218=513 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.10% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CDA is #746325. Grayscale: #9D9D9D. Windows color (decimal): -7627558 or 14326923. OLE color: 14326923.

HSL color Cylindrical-coordinate representation of color #8B9CDA: hue angle of 227.09º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B9CDA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 156 218 -
CMYK 0.36 0.28 0 0.15
HSL 227.09º 0.52% 0.7% -
HSV(B) 227.09º 0.36% 0.85% -
XYZ 35.19 34.33 71.1 -
YUV 157.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 139 156 218 0.36 0.28 0 0.15 227.09 0.52 0.7
Hex 8B 9C DA 24 1C 0 F E3 34 46
Octal 213 234 332 44 34 0 17 343 64 106
Binary 10001011 10011100 11011010 100100 11100 0 1111 11100011 110100 1000110

Color Harmonies of #8B9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9CDA

Black with #8B9CDA

Text Example


Text Example

White with #8B9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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