Html Css Color HEX #8F99CF Portage

📋 copy color: '#8F99CF'

red 143 ◦ green 153 ◦ blue 207

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

Shades of Portage #8F99CF

Tints of Portage #8F99CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 28.43%
G = 30.42%
B = 41.15%

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

#8F99CF (or 0x8F99CF) is known color: Portage. HEX triplet: 8F, 99 and CF. RGB value is (143,153,207). Sum of RGB (Red+Green+Blue) = 143+153+207=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F99CF is #706630. Grayscale: #9B9B9B. Windows color (decimal): -7366193 or 13605263. OLE color: 13605263.

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

Color convert

RGB 143 153 207 -
CMYK 0.31 0.26 0 0.19
HSL 230.63º 0.4% 0.69% -
HSV(B) 230.63º 0.31% 0.81% -
XYZ 33.98 33.13 63.63 -
YUV 156.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 143 153 207 0.31 0.26 0 0.19 230.63 0.4 0.69
Hex 8F 99 CF 1F 1A 0 13 E7 28 45
Octal 217 231 317 37 32 0 23 347 50 105
Binary 10001111 10011001 11001111 11111 11010 0 10011 11100111 101000 1000101

Color Harmonies of #8F99CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99CF

Black with #8F99CF

Text Example


Text Example

White with #8F99CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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