Html Css Color HEX #8F9CCB Portage

📋 copy color: '#8F9CCB'

red 143 ◦ green 156 ◦ blue 203

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

Shades of Portage #8F9CCB

Tints of Portage #8F9CCB

RGB

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

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

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

R = 28.49%
G = 31.08%
B = 40.44%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F9CCB (or 0x8F9CCB) is known color: Portage. HEX triplet: 8F, 9C and CB. RGB value is (143,156,203). Sum of RGB (Red+Green+Blue) = 143+156+203=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F9CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCB is #706334. Grayscale: #9D9D9D. Windows color (decimal): -7365429 or 13343887. OLE color: 13343887.

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

Color convert

RGB 143 156 203 -
CMYK 0.30 0.23 0 0.20
HSL 227º 0.37% 0.68% -
HSV(B) 227º 0.3% 0.8% -
XYZ 34 33.93 61.26 -
YUV 157.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 143 156 203 0.30 0.23 0 0.20 227 0.37 0.68
Hex 8F 9C CB 1E 17 0 14 E3 25 44
Octal 217 234 313 36 27 0 24 343 45 104
Binary 10001111 10011100 11001011 11110 10111 0 10100 11100011 100101 1000100

Color Harmonies of #8F9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CCB

Black with #8F9CCB

Text Example


Text Example

White with #8F9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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