Html Css Color HEX #8C55FD Light Slate Blue

📋 copy color: '#8C55FD'

red 140 ◦ green 85 ◦ blue 253

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

Shades of Light Slate Blue #8C55FD

Tints of Light Slate Blue #8C55FD

RGB

 RED value IS 140 (55.08% from 255) = 29.29%

 GREEN value IS 85 (33.59% from 255) = 17.78%

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

R = 29.29%
G = 17.78%
B = 52.93%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C55FD (or 0x8C55FD) is known color: Light Slate Blue. HEX triplet: 8C, 55 and FD. RGB value is (140,85,253). Sum of RGB (Red+Green+Blue) = 140+85+253=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C55FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C55FD is #73AA02. Grayscale: #777777. Windows color (decimal): -7580163 or 16602508. OLE color: 16602508.

HSL color Cylindrical-coordinate representation of color #8C55FD: hue angle of 259.64º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C55FD is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 85 253 -
CMYK 0.45 0.66 0 0.01
HSL 259.64º 0.98% 0.66% -
HSV(B) 259.64º 0.66% 0.99% -
XYZ 31.79 19.16 94.95 -
YUV 120.6 202.72 141.84 -
System Red Green Blue C M Y K H S L
Decimal 140 85 253 0.45 0.66 0 0.01 259.64 0.98 0.66
Hex 8C 55 FD 2D 42 0 1 104 62 42
Octal 214 125 375 55 102 0 1 404 142 102
Binary 10001100 1010101 11111101 101101 1000010 0 1 100000100 1100010 1000010

Color Harmonies of #8C55FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C55FD

Black with #8C55FD

Text Example


Text Example

White with #8C55FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,253); }

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

background-color css

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

 a { background-color: rgb(140,85,253); }

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

border-color css

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

 span { border-color: rgb(140,85,253); }

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