Html Css Color HEX #8855FE Light Slate Blue

📋 copy color: '#8855FE'

red 136 ◦ green 85 ◦ blue 254

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

Shades of Light Slate Blue #8855FE

Tints of Light Slate Blue #8855FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 28.63%
G = 17.89%
B = 53.47%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8855FE (or 0x8855FE) is known color: Light Slate Blue. HEX triplet: 88, 55 and FE. RGB value is (136,85,254). Sum of RGB (Red+Green+Blue) = 136+85+254=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #8855FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8855FE is #77AA01. Grayscale: #767676. Windows color (decimal): -7842306 or 16668040. OLE color: 16668040.

HSL color Cylindrical-coordinate representation of color #8855FE: hue angle of 258.11º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8855FE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 85 254 -
CMYK 0.46 0.67 0 0.00
HSL 258.11º 0.99% 0.66% -
HSV(B) 258.11º 0.67% 1% -
XYZ 31.29 18.89 95.76 -
YUV 119.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 136 85 254 0.46 0.67 0 0.00 258.11 0.99 0.66
Hex 88 55 FE 2E 43 0 0 102 63 42
Octal 210 125 376 56 103 0 0 402 143 102
Binary 10001000 1010101 11111110 101110 1000011 0 0 100000010 1100011 1000010

Color Harmonies of #8855FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8855FE

Black with #8855FE

Text Example


Text Example

White with #8855FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8855FE; }

 p { color: rgb(136,85,254); }

 H1.HeaderClassName
 {
   color: #8855FE;
 }
 .AnyTagClassName
 {
   color: #8855FE;
 }
</style>

background-color css

<style>
 a { background-color: #8855FE; }

 a { background-color: rgb(136,85,254); }

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

border-color css

<style>
 span { border-color: #8855FE; }

 span { border-color: rgb(136,85,254); }

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