#9D7EFF

Color #9D7EFF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #9D7EFF

Tints of Light Slate Blue #9D7EFF

Color information

#9D7EFF (or 0x9D7EFF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 7E and FF. RGB value is (157,126,255). Sum of RGB (Red+Green+Blue) = 157+126+255=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7EFF is #628100. Grayscale: #959595. Windows color (decimal): -6455553 or 16744093. OLE color: 16744093.

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

Color convert

RGB157126255-
CMYK0.380.5100
HSL254.42º100%74.71%-
HSV(B)254.42º50.59%100%-
XYZ39.4229.3198.19-
YUV149.98187.27133.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 255 (100% from 255) = 47.40%
R=29.18%
G=23.42%
B=47.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571262550.380.5100254.4210074.71
Hex9D7EFF263300fe644b
Octal235176377466300376144113
Binary10011101111111011111111100110110011001111111011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D7EFF;
 }
 .AnyTagClassName
 {
   color: #9D7EFF;
 }
</style>
background-color css

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

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

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

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

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

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