Html Css Color HEX #7C55CC Slate Blue

📋 copy color: '#7C55CC'

red 124 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #7C55CC

Tints of Slate Blue #7C55CC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 30.02%
G = 20.58%
B = 49.39%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7C55CC (or 0x7C55CC) is known color: Slate Blue. HEX triplet: 7C, 55 and CC. RGB value is (124,85,204). Sum of RGB (Red+Green+Blue) = 124+85+204=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55CC is #83AA33. Grayscale: #6D6D6D. Windows color (decimal): -8628788 or 13391228. OLE color: 13391228.

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

Color convert

RGB 124 85 204 -
CMYK 0.39 0.58 0 0.2
HSL 259.66º 0.54% 0.57% -
HSV(B) 259.66º 0.58% 0.8% -
XYZ 22.46 15.14 58.87 -
YUV 110.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 124 85 204 0.39 0.58 0 0.2 259.66 0.54 0.57
Hex 7C 55 CC 27 3A 0 14 104 36 39
Octal 174 125 314 47 72 0 24 404 66 71
Binary 1111100 1010101 11001100 100111 111010 0 10100 100000100 110110 111001

Color Harmonies of #7C55CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C55CC

Black with #7C55CC

Text Example


Text Example

White with #7C55CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,85,204); }

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

background-color css

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

 a { background-color: rgb(124,85,204); }

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

border-color css

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

 span { border-color: rgb(124,85,204); }

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