Html Css Color HEX #8B9CCA Portage

📋 copy color: '#8B9CCA'

red 139 ◦ green 156 ◦ blue 202

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

Shades of Portage #8B9CCA

Tints of Portage #8B9CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 27.97%
G = 31.39%
B = 40.64%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8B9CCA (or 0x8B9CCA) is known color: Portage. HEX triplet: 8B, 9C and CA. RGB value is (139,156,202). Sum of RGB (Red+Green+Blue) = 139+156+202=497 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.97% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9CCA is #746335. Grayscale: #9B9B9B. Windows color (decimal): -7627574 or 13278347. OLE color: 13278347.

HSL color Cylindrical-coordinate representation of color #8B9CCA: hue angle of 223.81º degrees, saturation: 0.37, 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 #8B9CCA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 139 156 202 -
CMYK 0.31 0.23 0 0.21
HSL 223.81º 0.37% 0.67% -
HSV(B) 223.81º 0.31% 0.79% -
XYZ 33.2 33.53 60.6 -
YUV 156.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 139 156 202 0.31 0.23 0 0.21 223.81 0.37 0.67
Hex 8B 9C CA 1F 17 0 15 E0 25 43
Octal 213 234 312 37 27 0 25 340 45 103
Binary 10001011 10011100 11001010 11111 10111 0 10101 11100000 100101 1000011

Color Harmonies of #8B9CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9CCA

Black with #8B9CCA

Text Example


Text Example

White with #8B9CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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