Html Css Color HEX #8B9BCA Portage

📋 copy color: '#8B9BCA'

red 139 ◦ green 155 ◦ blue 202

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

Shades of Portage #8B9BCA

Tints of Portage #8B9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.25%

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

R = 28.02%
G = 31.25%
B = 40.73%

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

#8B9BCA (or 0x8B9BCA) is known color: Portage. HEX triplet: 8B, 9B and CA. RGB value is (139,155,202). Sum of RGB (Red+Green+Blue) = 139+155+202=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9BCA is #746435. Grayscale: #9B9B9B. Windows color (decimal): -7627830 or 13278091. OLE color: 13278091.

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

Color convert

RGB 139 155 202 -
CMYK 0.31 0.23 0 0.21
HSL 224.76º 0.37% 0.67% -
HSV(B) 224.76º 0.31% 0.79% -
XYZ 33.03 33.2 60.54 -
YUV 155.57 154.2 116.18 -
System Red Green Blue C M Y K H S L
Decimal 139 155 202 0.31 0.23 0 0.21 224.76 0.37 0.67
Hex 8B 9B CA 1F 17 0 15 E1 25 43
Octal 213 233 312 37 27 0 25 341 45 103
Binary 10001011 10011011 11001010 11111 10111 0 10101 11100001 100101 1000011

Color Harmonies of #8B9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9BCA

Black with #8B9BCA

Text Example


Text Example

White with #8B9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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