Html Css Color HEX #7C47CB Slate Blue

📋 copy color: '#7C47CB'

red 124 ◦ green 71 ◦ blue 203

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

Shades of Slate Blue #7C47CB

Tints of Slate Blue #7C47CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 31.16%
G = 17.84%
B = 51.01%

CMYK

 C value IS 0.39

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C47CB (or 0x7C47CB) is known color: Slate Blue. HEX triplet: 7C, 47 and CB. RGB value is (124,71,203). Sum of RGB (Red+Green+Blue) = 124+71+203=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C47CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47CB is #83B834. Grayscale: #656565. Windows color (decimal): -8632373 or 13322108. OLE color: 13322108.

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

Color convert

RGB 124 71 203 -
CMYK 0.39 0.65 0 0.20
HSL 264.09º 0.56% 0.54% -
HSV(B) 264.09º 0.65% 0.8% -
XYZ 21.34 13.1 57.9 -
YUV 101.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 124 71 203 0.39 0.65 0 0.20 264.09 0.56 0.54
Hex 7C 47 CB 27 41 0 14 108 38 36
Octal 174 107 313 47 101 0 24 410 70 66
Binary 1111100 1000111 11001011 100111 1000001 0 10100 100001000 111000 110110

Color Harmonies of #7C47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C47CB

Black with #7C47CB

Text Example


Text Example

White with #7C47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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