Html Css Color HEX #9B7CFE Light Slate Blue

📋 copy color: '#9B7CFE'

red 155 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #9B7CFE

Tints of Light Slate Blue #9B7CFE

RGB

 RED value IS 155 (60.94% from 255) = 29.08%

 GREEN value IS 124 (48.83% from 255) = 23.26%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 29.08%
G = 23.26%
B = 47.65%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B7CFE (or 0x9B7CFE) is known color: Light Slate Blue. HEX triplet: 9B, 7C and FE. RGB value is (155,124,254). Sum of RGB (Red+Green+Blue) = 155+124+254=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B7CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7CFE is #648301. Grayscale: #939393. Windows color (decimal): -6587138 or 16678043. OLE color: 16678043.

HSL color Cylindrical-coordinate representation of color #9B7CFE: hue angle of 254.31º 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 #9B7CFE is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 155 124 254 -
CMYK 0.39 0.51 0 0.00
HSL 254.31º 0.98% 0.74% -
HSV(B) 254.31º 0.51% 1% -
XYZ 38.61 28.54 97.24 -
YUV 148.09 187.77 132.93 -
System Red Green Blue C M Y K H S L
Decimal 155 124 254 0.39 0.51 0 0.00 254.31 0.98 0.74
Hex 9B 7C FE 27 33 0 0 FE 62 4A
Octal 233 174 376 47 63 0 0 376 142 112
Binary 10011011 1111100 11111110 100111 110011 0 0 11111110 1100010 1001010

Color Harmonies of #9B7CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7CFE

Black with #9B7CFE

Text Example


Text Example

White with #9B7CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B7CFE;
 }
 .AnyTagClassName
 {
   color: #9B7CFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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