Html Css Color HEX #8F97CE Portage

📋 copy color: '#8F97CE'

red 143 ◦ green 151 ◦ blue 206

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

Shades of Portage #8F97CE

Tints of Portage #8F97CE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.2%

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

R = 28.6%
G = 30.2%
B = 41.2%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F97CE (or 0x8F97CE) is known color: Portage. HEX triplet: 8F, 97 and CE. RGB value is (143,151,206). Sum of RGB (Red+Green+Blue) = 143+151+206=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F97CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97CE is #706831. Grayscale: #9A9A9A. Windows color (decimal): -7366706 or 13539215. OLE color: 13539215.

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

Color convert

RGB 143 151 206 -
CMYK 0.31 0.27 0 0.19
HSL 232.38º 0.39% 0.68% -
HSV(B) 232.38º 0.31% 0.81% -
XYZ 33.53 32.43 62.88 -
YUV 154.88 156.85 119.53 -
System Red Green Blue C M Y K H S L
Decimal 143 151 206 0.31 0.27 0 0.19 232.38 0.39 0.68
Hex 8F 97 CE 1F 1B 0 13 E8 27 44
Octal 217 227 316 37 33 0 23 350 47 104
Binary 10001111 10010111 11001110 11111 11011 0 10011 11101000 100111 1000100

Color Harmonies of #8F97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F97CE

Black with #8F97CE

Text Example


Text Example

White with #8F97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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