Html Css Color HEX #8F96CE Portage

📋 copy color: '#8F96CE'

red 143 ◦ green 150 ◦ blue 206

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

Shades of Portage #8F96CE

Tints of Portage #8F96CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.06%

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

R = 28.66%
G = 30.06%
B = 41.28%

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

#8F96CE (or 0x8F96CE) is known color: Portage. HEX triplet: 8F, 96 and CE. RGB value is (143,150,206). Sum of RGB (Red+Green+Blue) = 143+150+206=499 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.66% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F96CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96CE is #706931. Grayscale: #9A9A9A. Windows color (decimal): -7366962 or 13538959. OLE color: 13538959.

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

Color convert

RGB 143 150 206 -
CMYK 0.31 0.27 0 0.19
HSL 233.33º 0.39% 0.68% -
HSV(B) 233.33º 0.31% 0.81% -
XYZ 33.37 32.11 62.83 -
YUV 154.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 143 150 206 0.31 0.27 0 0.19 233.33 0.39 0.68
Hex 8F 96 CE 1F 1B 0 13 E9 27 44
Octal 217 226 316 37 33 0 23 351 47 104
Binary 10001111 10010110 11001110 11111 11011 0 10011 11101001 100111 1000100

Color Harmonies of #8F96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F96CE

Black with #8F96CE

Text Example


Text Example

White with #8F96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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