Html Css Color HEX #9D75FF Light Slate Blue

📋 copy color: '#9D75FF'

red 157 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #9D75FF

Tints of Light Slate Blue #9D75FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 29.68%
G = 22.12%
B = 48.2%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9D75FF (or 0x9D75FF) is known color: Light Slate Blue. HEX triplet: 9D, 75 and FF. RGB value is (157,117,255). Sum of RGB (Red+Green+Blue) = 157+117+255=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D75FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D75FF is #628A00. Grayscale: #909090. Windows color (decimal): -6457857 or 16741789. OLE color: 16741789.

HSL color Cylindrical-coordinate representation of color #9D75FF: hue angle of 257.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D75FF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 157 117 255 -
CMYK 0.38 0.54 0 0
HSL 257.39º 1% 0.73% -
HSV(B) 257.39º 0.54% 1% -
XYZ 38.32 27.11 97.82 -
YUV 144.69 190.25 136.78 -
System Red Green Blue C M Y K H S L
Decimal 157 117 255 0.38 0.54 0 0 257.39 1 0.73
Hex 9D 75 FF 26 36 0 0 101 64 49
Octal 235 165 377 46 66 0 0 401 144 111
Binary 10011101 1110101 11111111 100110 110110 0 0 100000001 1100100 1001001

Color Harmonies of #9D75FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D75FF

Black with #9D75FF

Text Example


Text Example

White with #9D75FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,117,255); }

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

background-color css

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

 a { background-color: rgb(157,117,255); }

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

border-color css

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

 span { border-color: rgb(157,117,255); }

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