Html Css Color HEX #8861F9 Light Slate Blue

📋 copy color: '#8861F9'

red 136 ◦ green 97 ◦ blue 249

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

Shades of Light Slate Blue #8861F9

Tints of Light Slate Blue #8861F9

RGB

 RED value IS 136 (53.52% from 255) = 28.22%

 GREEN value IS 97 (38.28% from 255) = 20.12%

 BLUE value IS 249 (97.66% from 255) = 51.66%

R = 28.22%
G = 20.12%
B = 51.66%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8861F9 (or 0x8861F9) is known color: Light Slate Blue. HEX triplet: 88, 61 and F9. RGB value is (136,97,249). Sum of RGB (Red+Green+Blue) = 136+97+249=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #8861F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8861F9 is #779E06. Grayscale: #7D7D7D. Windows color (decimal): -7839239 or 16343432. OLE color: 16343432.

HSL color Cylindrical-coordinate representation of color #8861F9: hue angle of 255.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8861F9 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 97 249 -
CMYK 0.45 0.61 0 0.02
HSL 255.39º 0.93% 0.68% -
HSV(B) 255.39º 0.61% 0.98% -
XYZ 31.53 20.62 91.94 -
YUV 125.99 197.42 135.14 -
System Red Green Blue C M Y K H S L
Decimal 136 97 249 0.45 0.61 0 0.02 255.39 0.93 0.68
Hex 88 61 F9 2D 3D 0 2 FF 5D 44
Octal 210 141 371 55 75 0 2 377 135 104
Binary 10001000 1100001 11111001 101101 111101 0 10 11111111 1011101 1000100

Color Harmonies of #8861F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8861F9

Black with #8861F9

Text Example


Text Example

White with #8861F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8861F9; }

 p { color: rgb(136,97,249); }

 H1.HeaderClassName
 {
   color: #8861F9;
 }
 .AnyTagClassName
 {
   color: #8861F9;
 }
</style>

background-color css

<style>
 a { background-color: #8861F9; }

 a { background-color: rgb(136,97,249); }

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

border-color css

<style>
 span { border-color: #8861F9; }

 span { border-color: rgb(136,97,249); }

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