Html Css Color HEX #9D85F6 Light Slate Blue

📋 copy color: '#9D85F6'

red 157 ◦ green 133 ◦ blue 246

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

Shades of Light Slate Blue #9D85F6

Tints of Light Slate Blue #9D85F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.9%

R = 29.29%
G = 24.81%
B = 45.9%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9D85F6 (or 0x9D85F6) is known color: Light Slate Blue. HEX triplet: 9D, 85 and F6. RGB value is (157,133,246). Sum of RGB (Red+Green+Blue) = 157+133+246=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #9D85F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D85F6 is #627A09. Grayscale: #989898. Windows color (decimal): -6453770 or 16156061. OLE color: 16156061.

HSL color Cylindrical-coordinate representation of color #9D85F6: hue angle of 252.74º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D85F6 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 133 246 -
CMYK 0.36 0.46 0 0.04
HSL 252.74º 0.86% 0.74% -
HSV(B) 252.74º 0.46% 0.96% -
XYZ 38.93 30.6 91.04 -
YUV 153.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 157 133 246 0.36 0.46 0 0.04 252.74 0.86 0.74
Hex 9D 85 F6 24 2E 0 4 FD 56 4A
Octal 235 205 366 44 56 0 4 375 126 112
Binary 10011101 10000101 11110110 100100 101110 0 100 11111101 1010110 1001010

Color Harmonies of #9D85F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D85F6

Black with #9D85F6

Text Example


Text Example

White with #9D85F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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