Html Css Color HEX #7C46CB Slate Blue

📋 copy color: '#7C46CB'

red 124 ◦ green 70 ◦ blue 203

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

Shades of Slate Blue #7C46CB

Tints of Slate Blue #7C46CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

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

R = 31.23%
G = 17.63%
B = 51.13%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7C46CB (or 0x7C46CB) is known color: Slate Blue. HEX triplet: 7C, 46 and CB. RGB value is (124,70,203). Sum of RGB (Red+Green+Blue) = 124+70+203=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C46CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C46CB is #83B934. Grayscale: #646464. Windows color (decimal): -8632629 or 13321852. OLE color: 13321852.

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

Color convert

RGB 124 70 203 -
CMYK 0.39 0.66 0 0.20
HSL 264.36º 0.56% 0.54% -
HSV(B) 264.36º 0.66% 0.8% -
XYZ 21.28 12.98 57.88 -
YUV 101.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 124 70 203 0.39 0.66 0 0.20 264.36 0.56 0.54
Hex 7C 46 CB 27 42 0 14 108 38 36
Octal 174 106 313 47 102 0 24 410 70 66
Binary 1111100 1000110 11001011 100111 1000010 0 10100 100001000 111000 110110

Color Harmonies of #7C46CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C46CB

Black with #7C46CB

Text Example


Text Example

White with #7C46CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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