Html Css Color HEX #9B70FE Light Slate Blue

📋 copy color: '#9B70FE'

red 155 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #9B70FE

Tints of Light Slate Blue #9B70FE

RGB

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

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

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

R = 29.75%
G = 21.5%
B = 48.75%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9B70FE (or 0x9B70FE) is known color: Light Slate Blue. HEX triplet: 9B, 70 and FE. RGB value is (155,112,254). Sum of RGB (Red+Green+Blue) = 155+112+254=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B70FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B70FE is #648F01. Grayscale: #8C8C8C. Windows color (decimal): -6590210 or 16674971. OLE color: 16674971.

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

Color convert

RGB 155 112 254 -
CMYK 0.39 0.56 0 0.00
HSL 258.17º 0.99% 0.72% -
HSV(B) 258.17º 0.56% 1% -
XYZ 37.2 25.71 96.77 -
YUV 141.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 155 112 254 0.39 0.56 0 0.00 258.17 0.99 0.72
Hex 9B 70 FE 27 38 0 0 102 63 48
Octal 233 160 376 47 70 0 0 402 143 110
Binary 10011011 1110000 11111110 100111 111000 0 0 100000010 1100011 1001000

Color Harmonies of #9B70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B70FE

Black with #9B70FE

Text Example


Text Example

White with #9B70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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