Html Css Color HEX #9C7FFB Light Slate Blue

📋 copy color: '#9C7FFB'

red 156 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #9C7FFB

Tints of Light Slate Blue #9C7FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

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

R = 29.21%
G = 23.78%
B = 47%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9C7FFB (or 0x9C7FFB) is known color: Light Slate Blue. HEX triplet: 9C, 7F and FB. RGB value is (156,127,251). Sum of RGB (Red+Green+Blue) = 156+127+251=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #9C7FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C7FFB is #638004. Grayscale: #959595. Windows color (decimal): -6520837 or 16482204. OLE color: 16482204.

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

Color convert

RGB 156 127 251 -
CMYK 0.38 0.49 0 0.02
HSL 254.03º 0.94% 0.74% -
HSV(B) 254.03º 0.49% 0.98% -
XYZ 38.71 29.21 94.86 -
YUV 149.81 185.11 132.42 -
System Red Green Blue C M Y K H S L
Decimal 156 127 251 0.38 0.49 0 0.02 254.03 0.94 0.74
Hex 9C 7F FB 26 31 0 2 FE 5E 4A
Octal 234 177 373 46 61 0 2 376 136 112
Binary 10011100 1111111 11111011 100110 110001 0 10 11111110 1011110 1001010

Color Harmonies of #9C7FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7FFB

Black with #9C7FFB

Text Example


Text Example

White with #9C7FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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