Html Css Color HEX #9C70FD Light Slate Blue

📋 copy color: '#9C70FD'

red 156 ◦ green 112 ◦ blue 253

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

Shades of Light Slate Blue #9C70FD

Tints of Light Slate Blue #9C70FD

RGB

 RED value IS 156 (61.33% from 255) = 29.94%

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 29.94%
G = 21.5%
B = 48.56%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C70FD (or 0x9C70FD) is known color: Light Slate Blue. HEX triplet: 9C, 70 and FD. RGB value is (156,112,253). Sum of RGB (Red+Green+Blue) = 156+112+253=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C70FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C70FD is #638F02. Grayscale: #8C8C8C. Windows color (decimal): -6524675 or 16609436. OLE color: 16609436.

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

Color convert

RGB 156 112 253 -
CMYK 0.38 0.56 0 0.01
HSL 258.72º 0.97% 0.72% -
HSV(B) 258.72º 0.56% 0.99% -
XYZ 37.23 25.75 95.94 -
YUV 141.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 156 112 253 0.38 0.56 0 0.01 258.72 0.97 0.72
Hex 9C 70 FD 26 38 0 1 103 61 48
Octal 234 160 375 46 70 0 1 403 141 110
Binary 10011100 1110000 11111101 100110 111000 0 1 100000011 1100001 1001000

Color Harmonies of #9C70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70FD

Black with #9C70FD

Text Example


Text Example

White with #9C70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,253); }

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

background-color css

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

 a { background-color: rgb(156,112,253); }

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

border-color css

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

 span { border-color: rgb(156,112,253); }

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