Html Css Color HEX #8F96DF Portage

📋 copy color: '#8F96DF'

red 143 ◦ green 150 ◦ blue 223

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

Shades of Portage #8F96DF

Tints of Portage #8F96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 27.71%
G = 29.07%
B = 43.22%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F96DF (or 0x8F96DF) is known color: Portage. HEX triplet: 8F, 96 and DF. RGB value is (143,150,223). Sum of RGB (Red+Green+Blue) = 143+150+223=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F96DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F96DF is #706920. Grayscale: #9B9B9B. Windows color (decimal): -7366945 or 14653071. OLE color: 14653071.

HSL color Cylindrical-coordinate representation of color #8F96DF: hue angle of 234.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F96DF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 150 223 -
CMYK 0.36 0.33 0 0.13
HSL 234.75º 0.56% 0.72% -
HSV(B) 234.75º 0.36% 0.87% -
XYZ 35.55 32.98 74.3 -
YUV 156.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 143 150 223 0.36 0.33 0 0.13 234.75 0.56 0.72
Hex 8F 96 DF 24 21 0 D EB 38 48
Octal 217 226 337 44 41 0 15 353 70 110
Binary 10001111 10010110 11011111 100100 100001 0 1101 11101011 111000 1001000

Color Harmonies of #8F96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F96DF

Black with #8F96DF

Text Example


Text Example

White with #8F96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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