Html Css Color HEX #9C7CFB Light Slate Blue

📋 copy color: '#9C7CFB'

red 156 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #9C7CFB

Tints of Light Slate Blue #9C7CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.27%

R = 29.38%
G = 23.35%
B = 47.27%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C7CFB (or 0x9C7CFB) is known color: Light Slate Blue. HEX triplet: 9C, 7C and FB. RGB value is (156,124,251). Sum of RGB (Red+Green+Blue) = 156+124+251=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7CFB is #638304. Grayscale: #939393. Windows color (decimal): -6521605 or 16481436. OLE color: 16481436.

HSL color Cylindrical-coordinate representation of color #9C7CFB: hue angle of 255.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C7CFB is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 124 251 -
CMYK 0.38 0.51 0 0.02
HSL 255.12º 0.94% 0.74% -
HSV(B) 255.12º 0.51% 0.98% -
XYZ 38.33 28.45 94.74 -
YUV 148.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 156 124 251 0.38 0.51 0 0.02 255.12 0.94 0.74
Hex 9C 7C FB 26 33 0 2 FF 5E 4A
Octal 234 174 373 46 63 0 2 377 136 112
Binary 10011100 1111100 11111011 100110 110011 0 10 11111111 1011110 1001010

Color Harmonies of #9C7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7CFB

Black with #9C7CFB

Text Example


Text Example

White with #9C7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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