#9B7CFF

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

Shades of Light Slate Blue #9B7CFF

Tints of Light Slate Blue #9B7CFF

Color information

#9B7CFF (or 0x9B7CFF) is unknown color: approx Light Slate Blue. HEX triplet: 9B, 7C and FF. RGB value is (155,124,255). Sum of RGB (Red+Green+Blue) = 155+124+255=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CFF is #648300. Grayscale: #939393. Windows color (decimal): -6587137 or 16743579. OLE color: 16743579.

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

Color convert

RGB155124255-
CMYK0.390.5100
HSL254.2º100%74.31%-
HSV(B)254.2º51.37%100%-
XYZ38.7828.698.09-
YUV148.2188.27132.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 124 (48.83% from 255) = 23.22%
BLUE value IS 255 (100% from 255) = 47.75%
R=29.03%
G=23.22%
B=47.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1551242550.390.5100254.210074.31
Hex9B7CFF273300fe644a
Octal233174377476300376144112
Binary10011011111110011111111100111110011001111111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,124,255); }

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

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

 a { background-color: rgb(155,124,255); }

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

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

 span { border-color: rgb(155,124,255); }

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