#9B7DFE

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

Shades of Light Slate Blue #9B7DFE

Tints of Light Slate Blue #9B7DFE

Color information

#9B7DFE (or 0x9B7DFE) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 7D and FE. RGB value is (155,125,254). Sum of RGB (Red+Green+Blue) = 155+125+254=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B7DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7DFE is #648201. Grayscale: #949494. Windows color (decimal): -6586882 or 16678299. OLE color: 16678299.

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

Color convert

RGB155125254-
CMYK0.390.5100.00
HSL253.95º98.47%74.31%-
HSV(B)253.95º50.79%99.61%-
XYZ38.7428.7997.28-
YUV148.68187.44132.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=29.03%
G=23.41%
B=47.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1551252540.390.5100.00253.9598.4774.31
Hex9B7DFE273300fe624a
Octal233175376476300376142112
Binary10011011111110111111110100111110011001111111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,125,254); }

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

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

 a { background-color: rgb(155,125,254); }

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

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

 span { border-color: rgb(155,125,254); }

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