Html Css Color HEX #8955FE Light Slate Blue

📋 copy color: '#8955FE'

red 137 ◦ green 85 ◦ blue 254

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

Shades of Light Slate Blue #8955FE

Tints of Light Slate Blue #8955FE

RGB

 RED value IS 137 (53.91% from 255) = 28.78%

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

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

R = 28.78%
G = 17.86%
B = 53.36%

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

#8955FE (or 0x8955FE) is known color: Light Slate Blue. HEX triplet: 89, 55 and FE. RGB value is (137,85,254). Sum of RGB (Red+Green+Blue) = 137+85+254=476 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.78% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #8955FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8955FE is #76AA01. Grayscale: #777777. Windows color (decimal): -7776770 or 16668041. OLE color: 16668041.

HSL color Cylindrical-coordinate representation of color #8955FE: hue angle of 258.46º 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 #8955FE is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 85 254 -
CMYK 0.46 0.67 0 0.00
HSL 258.46º 0.99% 0.66% -
HSV(B) 258.46º 0.67% 1% -
XYZ 31.45 18.97 95.77 -
YUV 119.81 203.73 140.26 -
System Red Green Blue C M Y K H S L
Decimal 137 85 254 0.46 0.67 0 0.00 258.46 0.99 0.66
Hex 89 55 FE 2E 43 0 0 102 63 42
Octal 211 125 376 56 103 0 0 402 143 102
Binary 10001001 1010101 11111110 101110 1000011 0 0 100000010 1100011 1000010

Color Harmonies of #8955FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955FE

Black with #8955FE

Text Example


Text Example

White with #8955FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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