Html Css Color HEX #9B5CFC Light Slate Blue

📋 copy color: '#9B5CFC'

red 155 ◦ green 92 ◦ blue 252

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

Shades of Light Slate Blue #9B5CFC

Tints of Light Slate Blue #9B5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.44%

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 31.06%
G = 18.44%
B = 50.5%

CMYK

 C value IS 0.38

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9B5CFC (or 0x9B5CFC) is known color: Light Slate Blue. HEX triplet: 9B, 5C and FC. RGB value is (155,92,252). Sum of RGB (Red+Green+Blue) = 155+92+252=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #9B5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5CFC is #64A303. Grayscale: #808080. Windows color (decimal): -6595332 or 16538779. OLE color: 16538779.

HSL color Cylindrical-coordinate representation of color #9B5CFC: hue angle of 263.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B5CFC is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 92 252 -
CMYK 0.38 0.63 0 0.01
HSL 263.63º 0.96% 0.67% -
HSV(B) 263.63º 0.63% 0.99% -
XYZ 34.92 21.65 94.43 -
YUV 129.08 197.37 146.49 -
System Red Green Blue C M Y K H S L
Decimal 155 92 252 0.38 0.63 0 0.01 263.63 0.96 0.67
Hex 9B 5C FC 26 3F 0 1 108 60 43
Octal 233 134 374 46 77 0 1 410 140 103
Binary 10011011 1011100 11111100 100110 111111 0 1 100001000 1100000 1000011

Color Harmonies of #9B5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CFC

Black with #9B5CFC

Text Example


Text Example

White with #9B5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,252); }

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

background-color css

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

 a { background-color: rgb(155,92,252); }

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

border-color css

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

 span { border-color: rgb(155,92,252); }

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