Html Css Color HEX #8F9ECF Portage

📋 copy color: '#8F9ECF'

red 143 ◦ green 158 ◦ blue 207

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

Shades of Portage #8F9ECF

Tints of Portage #8F9ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

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

R = 28.15%
G = 31.1%
B = 40.75%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9ECF (or 0x8F9ECF) is known color: Portage. HEX triplet: 8F, 9E and CF. RGB value is (143,158,207). Sum of RGB (Red+Green+Blue) = 143+158+207=508 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.15% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ECF is #706130. Grayscale: #9E9E9E. Windows color (decimal): -7364913 or 13606543. OLE color: 13606543.

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

Color convert

RGB 143 158 207 -
CMYK 0.31 0.24 0 0.19
HSL 225.94º 0.4% 0.69% -
HSV(B) 225.94º 0.31% 0.81% -
XYZ 34.82 34.8 63.91 -
YUV 159.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 143 158 207 0.31 0.24 0 0.19 225.94 0.4 0.69
Hex 8F 9E CF 1F 18 0 13 E2 28 45
Octal 217 236 317 37 30 0 23 342 50 105
Binary 10001111 10011110 11001111 11111 11000 0 10011 11100010 101000 1000101

Color Harmonies of #8F9ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ECF

Black with #8F9ECF

Text Example


Text Example

White with #8F9ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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