Html Css Color HEX #9C7CF9 Light Slate Blue

📋 copy color: '#9C7CF9'

red 156 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #9C7CF9

Tints of Light Slate Blue #9C7CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.07%

R = 29.49%
G = 23.44%
B = 47.07%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C7CF9 (or 0x9C7CF9) is known color: Light Slate Blue. HEX triplet: 9C, 7C and F9. RGB value is (156,124,249). Sum of RGB (Red+Green+Blue) = 156+124+249=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C7CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CF9 is #638306. Grayscale: #939393. Windows color (decimal): -6521607 or 16350364. OLE color: 16350364.

HSL color Cylindrical-coordinate representation of color #9C7CF9: hue angle of 255.36º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C7CF9 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 124 249 -
CMYK 0.37 0.50 0 0.02
HSL 255.36º 0.91% 0.73% -
HSV(B) 255.36º 0.5% 0.98% -
XYZ 38.02 28.32 93.09 -
YUV 147.82 185.1 133.84 -
System Red Green Blue C M Y K H S L
Decimal 156 124 249 0.37 0.50 0 0.02 255.36 0.91 0.73
Hex 9C 7C F9 25 32 0 2 FF 5B 49
Octal 234 174 371 45 62 0 2 377 133 111
Binary 10011100 1111100 11111001 100101 110010 0 10 11111111 1011011 1001001

Color Harmonies of #9C7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CF9

Black with #9C7CF9

Text Example


Text Example

White with #9C7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,124,249); }

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

background-color css

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

 a { background-color: rgb(156,124,249); }

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

border-color css

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

 span { border-color: rgb(156,124,249); }

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