Html Css Color HEX #8585FE Light Slate Blue

📋 copy color: '#8585FE'

red 133 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #8585FE

Tints of Light Slate Blue #8585FE

RGB

 RED value IS 133 (52.34% from 255) = 25.58%

 GREEN value IS 133 (52.34% from 255) = 25.58%

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

R = 25.58%
G = 25.58%
B = 48.85%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8585FE (or 0x8585FE) is known color: Light Slate Blue. HEX triplet: 85, 85 and FE. RGB value is (133,133,254). Sum of RGB (Red+Green+Blue) = 133+133+254=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #8585FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8585FE is #7A7A01. Grayscale: #929292. Windows color (decimal): -8026626 or 16680325. OLE color: 16680325.

HSL color Cylindrical-coordinate representation of color #8585FE: hue angle of 240º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8585FE is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 133 254 -
CMYK 0.48 0.48 0 0.00
HSL 240º 0.98% 0.76% -
HSV(B) 240º 0.48% 1% -
XYZ 35.95 28.92 97.45 -
YUV 146.79 188.5 118.16 -
System Red Green Blue C M Y K H S L
Decimal 133 133 254 0.48 0.48 0 0.00 240 0.98 0.76
Hex 85 85 FE 30 30 0 0 F0 62 4C
Octal 205 205 376 60 60 0 0 360 142 114
Binary 10000101 10000101 11111110 110000 110000 0 0 11110000 1100010 1001100

Color Harmonies of #8585FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8585FE

Black with #8585FE

Text Example


Text Example

White with #8585FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,133,254); }

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

background-color css

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

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

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

border-color css

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

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

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