Html Css Color HEX #8F99CE Portage

📋 copy color: '#8F99CE'

red 143 ◦ green 153 ◦ blue 206

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

Shades of Portage #8F99CE

Tints of Portage #8F99CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 28.49%
G = 30.48%
B = 41.04%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F99CE (or 0x8F99CE) is known color: Portage. HEX triplet: 8F, 99 and CE. RGB value is (143,153,206). Sum of RGB (Red+Green+Blue) = 143+153+206=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F99CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99CE is #706631. Grayscale: #9B9B9B. Windows color (decimal): -7366194 or 13539727. OLE color: 13539727.

HSL color Cylindrical-coordinate representation of color #8F99CE: hue angle of 230.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F99CE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 153 206 -
CMYK 0.31 0.26 0 0.19
HSL 230.48º 0.39% 0.68% -
HSV(B) 230.48º 0.31% 0.81% -
XYZ 33.86 33.08 62.99 -
YUV 156.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 143 153 206 0.31 0.26 0 0.19 230.48 0.39 0.68
Hex 8F 99 CE 1F 1A 0 13 E6 27 44
Octal 217 231 316 37 32 0 23 346 47 104
Binary 10001111 10011001 11001110 11111 11010 0 10011 11100110 100111 1000100

Color Harmonies of #8F99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99CE

Black with #8F99CE

Text Example


Text Example

White with #8F99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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