Html Css Color HEX #8F95CE Portage

📋 copy color: '#8F95CE'

red 143 ◦ green 149 ◦ blue 206

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

Shades of Portage #8F95CE

Tints of Portage #8F95CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.92%

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

R = 28.71%
G = 29.92%
B = 41.37%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F95CE (or 0x8F95CE) is known color: Portage. HEX triplet: 8F, 95 and CE. RGB value is (143,149,206). Sum of RGB (Red+Green+Blue) = 143+149+206=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F95CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F95CE is #706A31. Grayscale: #999999. Windows color (decimal): -7367218 or 13538703. OLE color: 13538703.

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

Color convert

RGB 143 149 206 -
CMYK 0.31 0.28 0 0.19
HSL 234.29º 0.39% 0.68% -
HSV(B) 234.29º 0.31% 0.81% -
XYZ 33.22 31.79 62.78 -
YUV 153.7 157.51 120.37 -
System Red Green Blue C M Y K H S L
Decimal 143 149 206 0.31 0.28 0 0.19 234.29 0.39 0.68
Hex 8F 95 CE 1F 1C 0 13 EA 27 44
Octal 217 225 316 37 34 0 23 352 47 104
Binary 10001111 10010101 11001110 11111 11100 0 10011 11101010 100111 1000100

Color Harmonies of #8F95CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F95CE

Black with #8F95CE

Text Example


Text Example

White with #8F95CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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