Html Css Color HEX #8F99CC Portage

📋 copy color: '#8F99CC'

red 143 ◦ green 153 ◦ blue 204

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

Shades of Portage #8F99CC

Tints of Portage #8F99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.6%

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 28.6%
G = 30.6%
B = 40.8%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F99CC (or 0x8F99CC) is known color: Portage. HEX triplet: 8F, 99 and CC. RGB value is (143,153,204). Sum of RGB (Red+Green+Blue) = 143+153+204=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99CC is #706633. Grayscale: #9B9B9B. Windows color (decimal): -7366196 or 13408655. OLE color: 13408655.

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

Color convert

RGB 143 153 204 -
CMYK 0.30 0.25 0 0.2
HSL 230.16º 0.37% 0.68% -
HSV(B) 230.16º 0.3% 0.8% -
XYZ 33.62 32.98 61.72 -
YUV 155.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 143 153 204 0.30 0.25 0 0.2 230.16 0.37 0.68
Hex 8F 99 CC 1E 19 0 14 E6 25 44
Octal 217 231 314 36 31 0 24 346 45 104
Binary 10001111 10011001 11001100 11110 11001 0 10100 11100110 100101 1000100

Color Harmonies of #8F99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99CC

Black with #8F99CC

Text Example


Text Example

White with #8F99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,204); }

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

background-color css

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

 a { background-color: rgb(143,153,204); }

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

border-color css

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

 span { border-color: rgb(143,153,204); }

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