Html Css Color HEX #8F96CD Portage

📋 copy color: '#8F96CD'

red 143 ◦ green 150 ◦ blue 205

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

Shades of Portage #8F96CD

Tints of Portage #8F96CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.16%

R = 28.71%
G = 30.12%
B = 41.16%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F96CD (or 0x8F96CD) is known color: Portage. HEX triplet: 8F, 96 and CD. RGB value is (143,150,205). Sum of RGB (Red+Green+Blue) = 143+150+205=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F96CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96CD is #706932. Grayscale: #999999. Windows color (decimal): -7366963 or 13473423. OLE color: 13473423.

HSL color Cylindrical-coordinate representation of color #8F96CD: hue angle of 233.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F96CD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 150 205 -
CMYK 0.30 0.27 0 0.20
HSL 233.23º 0.38% 0.68% -
HSV(B) 233.23º 0.3% 0.8% -
XYZ 33.25 32.06 62.19 -
YUV 154.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 143 150 205 0.30 0.27 0 0.20 233.23 0.38 0.68
Hex 8F 96 CD 1E 1B 0 14 E9 26 44
Octal 217 226 315 36 33 0 24 351 46 104
Binary 10001111 10010110 11001101 11110 11011 0 10100 11101001 100110 1000100

Color Harmonies of #8F96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F96CD

Black with #8F96CD

Text Example


Text Example

White with #8F96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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