Html Css Color HEX #9585FC Light Slate Blue

📋 copy color: '#9585FC'

red 149 ◦ green 133 ◦ blue 252

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

Shades of Light Slate Blue #9585FC

Tints of Light Slate Blue #9585FC

RGB

 RED value IS 149 (58.59% from 255) = 27.9%

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

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 27.9%
G = 24.91%
B = 47.19%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9585FC (or 0x9585FC) is known color: Light Slate Blue. HEX triplet: 95, 85 and FC. RGB value is (149,133,252). Sum of RGB (Red+Green+Blue) = 149+133+252=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #9585FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9585FC is #6A7A03. Grayscale: #969696. Windows color (decimal): -6978052 or 16549269. OLE color: 16549269.

HSL color Cylindrical-coordinate representation of color #9585FC: hue angle of 248.07º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9585FC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 133 252 -
CMYK 0.41 0.47 0 0.01
HSL 248.07º 0.95% 0.75% -
HSV(B) 248.07º 0.47% 0.99% -
XYZ 38.35 30.19 95.9 -
YUV 151.35 184.8 126.32 -
System Red Green Blue C M Y K H S L
Decimal 149 133 252 0.41 0.47 0 0.01 248.07 0.95 0.75
Hex 95 85 FC 29 2F 0 1 F8 5F 4B
Octal 225 205 374 51 57 0 1 370 137 113
Binary 10010101 10000101 11111100 101001 101111 0 1 11111000 1011111 1001011

Color Harmonies of #9585FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9585FC

Black with #9585FC

Text Example


Text Example

White with #9585FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9585FC; }

 p { color: rgb(149,133,252); }

 H1.HeaderClassName
 {
   color: #9585FC;
 }
 .AnyTagClassName
 {
   color: #9585FC;
 }
</style>

background-color css

<style>
 a { background-color: #9585FC; }

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

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

border-color css

<style>
 span { border-color: #9585FC; }

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

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