Html Css Color HEX #8860FD Light Slate Blue

📋 copy color: '#8860FD'

red 136 ◦ green 96 ◦ blue 253

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

Shades of Light Slate Blue #8860FD

Tints of Light Slate Blue #8860FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.79%

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 28.04%
G = 19.79%
B = 52.16%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8860FD (or 0x8860FD) is known color: Light Slate Blue. HEX triplet: 88, 60 and FD. RGB value is (136,96,253). Sum of RGB (Red+Green+Blue) = 136+96+253=485 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.04% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #8860FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8860FD is #779F02. Grayscale: #7D7D7D. Windows color (decimal): -7839491 or 16605320. OLE color: 16605320.

HSL color Cylindrical-coordinate representation of color #8860FD: hue angle of 255.29º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8860FD is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 96 253 -
CMYK 0.46 0.62 0 0.01
HSL 255.29º 0.98% 0.68% -
HSV(B) 255.29º 0.62% 0.99% -
XYZ 32.07 20.69 95.23 -
YUV 125.86 199.75 135.23 -
System Red Green Blue C M Y K H S L
Decimal 136 96 253 0.46 0.62 0 0.01 255.29 0.98 0.68
Hex 88 60 FD 2E 3E 0 1 FF 62 44
Octal 210 140 375 56 76 0 1 377 142 104
Binary 10001000 1100000 11111101 101110 111110 0 1 11111111 1100010 1000100

Color Harmonies of #8860FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8860FD

Black with #8860FD

Text Example


Text Example

White with #8860FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8860FD; }

 p { color: rgb(136,96,253); }

 H1.HeaderClassName
 {
   color: #8860FD;
 }
 .AnyTagClassName
 {
   color: #8860FD;
 }
</style>

background-color css

<style>
 a { background-color: #8860FD; }

 a { background-color: rgb(136,96,253); }

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

border-color css

<style>
 span { border-color: #8860FD; }

 span { border-color: rgb(136,96,253); }

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