Html Css Color HEX #8F9ACB Portage

📋 copy color: '#8F9ACB'

red 143 ◦ green 154 ◦ blue 203

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

Shades of Portage #8F9ACB

Tints of Portage #8F9ACB

RGB

 RED value IS 143 (56.25% from 255) = 28.6%

 GREEN value IS 154 (60.55% from 255) = 30.8%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 28.6%
G = 30.8%
B = 40.6%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F9ACB (or 0x8F9ACB) is known color: Portage. HEX triplet: 8F, 9A and CB. RGB value is (143,154,203). Sum of RGB (Red+Green+Blue) = 143+154+203=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACB is #706534. Grayscale: #9C9C9C. Windows color (decimal): -7365941 or 13343375. OLE color: 13343375.

HSL color Cylindrical-coordinate representation of color #8F9ACB: hue angle of 229º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9ACB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 154 203 -
CMYK 0.30 0.24 0 0.20
HSL 229º 0.37% 0.68% -
HSV(B) 229º 0.3% 0.8% -
XYZ 33.66 33.26 61.15 -
YUV 156.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 143 154 203 0.30 0.24 0 0.20 229 0.37 0.68
Hex 8F 9A CB 1E 18 0 14 E5 25 44
Octal 217 232 313 36 30 0 24 345 45 104
Binary 10001111 10011010 11001011 11110 11000 0 10100 11100101 100101 1000100

Color Harmonies of #8F9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ACB

Black with #8F9ACB

Text Example


Text Example

White with #8F9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,154,203); }

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

background-color css

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

 a { background-color: rgb(143,154,203); }

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

border-color css

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

 span { border-color: rgb(143,154,203); }

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