Html Css Color HEX #885DFD Light Slate Blue

📋 copy color: '#885DFD'

red 136 ◦ green 93 ◦ blue 253

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

Shades of Light Slate Blue #885DFD

Tints of Light Slate Blue #885DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

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

R = 28.22%
G = 19.29%
B = 52.49%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#885DFD (or 0x885DFD) is known color: Light Slate Blue. HEX triplet: 88, 5D and FD. RGB value is (136,93,253). Sum of RGB (Red+Green+Blue) = 136+93+253=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #885DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885DFD is #77A202. Grayscale: #7B7B7B. Windows color (decimal): -7840259 or 16604552. OLE color: 16604552.

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

Color convert

RGB 136 93 253 -
CMYK 0.46 0.63 0 0.01
HSL 256.13º 0.98% 0.68% -
HSV(B) 256.13º 0.63% 0.99% -
XYZ 31.8 20.15 95.14 -
YUV 124.1 200.75 136.49 -
System Red Green Blue C M Y K H S L
Decimal 136 93 253 0.46 0.63 0 0.01 256.13 0.98 0.68
Hex 88 5D FD 2E 3F 0 1 100 62 44
Octal 210 135 375 56 77 0 1 400 142 104
Binary 10001000 1011101 11111101 101110 111111 0 1 100000000 1100010 1000100

Color Harmonies of #885DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885DFD

Black with #885DFD

Text Example


Text Example

White with #885DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885DFD; }

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

 H1.HeaderClassName
 {
   color: #885DFD;
 }
 .AnyTagClassName
 {
   color: #885DFD;
 }
</style>

background-color css

<style>
 a { background-color: #885DFD; }

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

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

border-color css

<style>
 span { border-color: #885DFD; }

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

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