Html Css Color HEX #7C4FCB Slate Blue

📋 copy color: '#7C4FCB'

red 124 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #7C4FCB

Tints of Slate Blue #7C4FCB

RGB

 RED value IS 124 (48.83% from 255) = 30.54%

 GREEN value IS 79 (31.25% from 255) = 19.46%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 30.54%
G = 19.46%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C4FCB (or 0x7C4FCB) is known color: Slate Blue. HEX triplet: 7C, 4F and CB. RGB value is (124,79,203). Sum of RGB (Red+Green+Blue) = 124+79+203=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4FCB is #83B034. Grayscale: #6A6A6A. Windows color (decimal): -8630325 or 13324156. OLE color: 13324156.

HSL color Cylindrical-coordinate representation of color #7C4FCB: hue angle of 261.77º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C4FCB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 79 203 -
CMYK 0.39 0.61 0 0.20
HSL 261.77º 0.54% 0.55% -
HSV(B) 261.77º 0.61% 0.8% -
XYZ 21.89 14.19 58.09 -
YUV 106.59 182.41 140.42 -
System Red Green Blue C M Y K H S L
Decimal 124 79 203 0.39 0.61 0 0.20 261.77 0.54 0.55
Hex 7C 4F CB 27 3D 0 14 106 36 37
Octal 174 117 313 47 75 0 24 406 66 67
Binary 1111100 1001111 11001011 100111 111101 0 10100 100000110 110110 110111

Color Harmonies of #7C4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4FCB

Black with #7C4FCB

Text Example


Text Example

White with #7C4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C4FCB; }

 p { color: rgb(124,79,203); }

 H1.HeaderClassName
 {
   color: #7C4FCB;
 }
 .AnyTagClassName
 {
   color: #7C4FCB;
 }
</style>

background-color css

<style>
 a { background-color: #7C4FCB; }

 a { background-color: rgb(124,79,203); }

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

border-color css

<style>
 span { border-color: #7C4FCB; }

 span { border-color: rgb(124,79,203); }

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