Html Css Color HEX #9B7CFF Light Slate Blue

📋 copy color: '#9B7CFF'

red 155 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #9B7CFF

Tints of Light Slate Blue #9B7CFF

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 value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B7CFF (or 0x9B7CFF) is known color: 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

RGB 155 124 255 -
CMYK 0.39 0.51 0 0
HSL 254.2º 1% 0.74% -
HSV(B) 254.2º 0.51% 1% -
XYZ 38.78 28.6 98.09 -
YUV 148.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 155 124 255 0.39 0.51 0 0 254.2 1 0.74
Hex 9B 7C FF 27 33 0 0 FE 64 4A
Octal 233 174 377 47 63 0 0 376 144 112
Binary 10011011 1111100 11111111 100111 110011 0 0 11111110 1100100 1001010

Color Harmonies of #9B7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CFF

Black with #9B7CFF

Text Example


Text Example

White with #9B7CFF

Text Example


Text Example

HTML Codes & Css Web 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>