#9D7BFF

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

Shades of Light Slate Blue #9D7BFF

Tints of Light Slate Blue #9D7BFF

Color information

#9D7BFF (or 0x9D7BFF) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 7B and FF. RGB value is (157,123,255). Sum of RGB (Red+Green+Blue) = 157+123+255=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D7BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7BFF is #628400. Grayscale: #939393. Windows color (decimal): -6456321 or 16743325. OLE color: 16743325.

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

Color convert

RGB157123255-
CMYK0.380.5200
HSL255.45º100%74.12%-
HSV(B)255.45º51.76%100%-
XYZ39.0428.5598.06-
YUV148.21188.26134.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 255 (100% from 255) = 47.66%
R=29.35%
G=22.99%
B=47.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1571232550.380.5200255.4510074.12
Hex9D7BFF263400ff644a
Octal235173377466400377144112
Binary10011101111101111111111100110110100001111111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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