Html Css Color HEX #9B70FF Light Slate Blue

📋 copy color: '#9B70FF'

red 155 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #9B70FF

Tints of Light Slate Blue #9B70FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.46%

 BLUE value IS 255 (100% from 255) = 48.85%

R = 29.69%
G = 21.46%
B = 48.85%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9B70FF (or 0x9B70FF) is known color: Light Slate Blue. HEX triplet: 9B, 70 and FF. RGB value is (155,112,255). Sum of RGB (Red+Green+Blue) = 155+112+255=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B70FF is #648F00. Grayscale: #8C8C8C. Windows color (decimal): -6590209 or 16740507. OLE color: 16740507.

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

Color convert

RGB 155 112 255 -
CMYK 0.39 0.56 0 0
HSL 258.04º 1% 0.72% -
HSV(B) 258.04º 0.56% 1% -
XYZ 37.36 25.78 97.61 -
YUV 141.16 192.25 137.87 -
System Red Green Blue C M Y K H S L
Decimal 155 112 255 0.39 0.56 0 0 258.04 1 0.72
Hex 9B 70 FF 27 38 0 0 102 64 48
Octal 233 160 377 47 70 0 0 402 144 110
Binary 10011011 1110000 11111111 100111 111000 0 0 100000010 1100100 1001000

Color Harmonies of #9B70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B70FF

Black with #9B70FF

Text Example


Text Example

White with #9B70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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