Html Css Color HEX #9D85F7 Light Slate Blue

📋 copy color: '#9D85F7'

red 157 ◦ green 133 ◦ blue 247

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

Shades of Light Slate Blue #9D85F7

Tints of Light Slate Blue #9D85F7

RGB

 RED value IS 157 (61.72% from 255) = 29.24%

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

 BLUE value IS 247 (96.88% from 255) = 46%

R = 29.24%
G = 24.77%
B = 46%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9D85F7 (or 0x9D85F7) is known color: Light Slate Blue. HEX triplet: 9D, 85 and F7. RGB value is (157,133,247). Sum of RGB (Red+Green+Blue) = 157+133+247=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #9D85F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85F7 is #627A08. Grayscale: #989898. Windows color (decimal): -6453769 or 16221597. OLE color: 16221597.

HSL color Cylindrical-coordinate representation of color #9D85F7: hue angle of 252.63º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D85F7 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 133 247 -
CMYK 0.36 0.46 0 0.03
HSL 252.63º 0.88% 0.75% -
HSV(B) 252.63º 0.46% 0.97% -
XYZ 39.08 30.66 91.85 -
YUV 153.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 157 133 247 0.36 0.46 0 0.03 252.63 0.88 0.75
Hex 9D 85 F7 24 2E 0 3 FD 58 4B
Octal 235 205 367 44 56 0 3 375 130 113
Binary 10011101 10000101 11110111 100100 101110 0 11 11111101 1011000 1001011

Color Harmonies of #9D85F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D85F7

Black with #9D85F7

Text Example


Text Example

White with #9D85F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D85F7; }

 p { color: rgb(157,133,247); }

 H1.HeaderClassName
 {
   color: #9D85F7;
 }
 .AnyTagClassName
 {
   color: #9D85F7;
 }
</style>

background-color css

<style>
 a { background-color: #9D85F7; }

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

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

border-color css

<style>
 span { border-color: #9D85F7; }

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

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