Html Css Color HEX #885FFD Light Slate Blue

📋 copy color: '#885FFD'

red 136 ◦ green 95 ◦ blue 253

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

Shades of Light Slate Blue #885FFD

Tints of Light Slate Blue #885FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.63%

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

R = 28.1%
G = 19.63%
B = 52.27%

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

#885FFD (or 0x885FFD) is known color: Light Slate Blue. HEX triplet: 88, 5F and FD. RGB value is (136,95,253). Sum of RGB (Red+Green+Blue) = 136+95+253=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #885FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FFD is #77A002. Grayscale: #7C7C7C. Windows color (decimal): -7839747 or 16605064. OLE color: 16605064.

HSL color Cylindrical-coordinate representation of color #885FFD: hue angle of 255.57º 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 #885FFD is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 136 95 253 -
CMYK 0.46 0.62 0 0.01
HSL 255.57º 0.98% 0.68% -
HSV(B) 255.57º 0.62% 0.99% -
XYZ 31.98 20.51 95.2 -
YUV 125.27 200.08 135.65 -
System Red Green Blue C M Y K H S L
Decimal 136 95 253 0.46 0.62 0 0.01 255.57 0.98 0.68
Hex 88 5F FD 2E 3E 0 1 100 62 44
Octal 210 137 375 56 76 0 1 400 142 104
Binary 10001000 1011111 11111101 101110 111110 0 1 100000000 1100010 1000100

Color Harmonies of #885FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FFD

Black with #885FFD

Text Example


Text Example

White with #885FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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