Html Css Color HEX #8F9FCF Portage

📋 copy color: '#8F9FCF'

red 143 ◦ green 159 ◦ blue 207

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

Shades of Portage #8F9FCF

Tints of Portage #8F9FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

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

R = 28.09%
G = 31.24%
B = 40.67%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9FCF (or 0x8F9FCF) is known color: Portage. HEX triplet: 8F, 9F and CF. RGB value is (143,159,207). Sum of RGB (Red+Green+Blue) = 143+159+207=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9FCF is #706030. Grayscale: #9F9F9F. Windows color (decimal): -7364657 or 13606799. OLE color: 13606799.

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

Color convert

RGB 143 159 207 -
CMYK 0.31 0.23 0 0.19
HSL 225º 0.4% 0.69% -
HSV(B) 225º 0.31% 0.81% -
XYZ 34.99 35.14 63.97 -
YUV 159.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 143 159 207 0.31 0.23 0 0.19 225 0.4 0.69
Hex 8F 9F CF 1F 17 0 13 E1 28 45
Octal 217 237 317 37 27 0 23 341 50 105
Binary 10001111 10011111 11001111 11111 10111 0 10011 11100001 101000 1000101

Color Harmonies of #8F9FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9FCF

Black with #8F9FCF

Text Example


Text Example

White with #8F9FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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