Html Css Color HEX #7C55DC Slate Blue

📋 copy color: '#7C55DC'

red 124 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #7C55DC

Tints of Slate Blue #7C55DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 28.9%
G = 19.81%
B = 51.28%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C55DC (or 0x7C55DC) is known color: Slate Blue. HEX triplet: 7C, 55 and DC. RGB value is (124,85,220). Sum of RGB (Red+Green+Blue) = 124+85+220=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C55DC is #83AA23. Grayscale: #6F6F6F. Windows color (decimal): -8628772 or 14439804. OLE color: 14439804.

HSL color Cylindrical-coordinate representation of color #7C55DC: hue angle of 257.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C55DC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 85 220 -
CMYK 0.44 0.61 0 0.14
HSL 257.33º 0.66% 0.6% -
HSV(B) 257.33º 0.61% 0.86% -
XYZ 24.48 15.95 69.5 -
YUV 112.05 188.92 136.52 -
System Red Green Blue C M Y K H S L
Decimal 124 85 220 0.44 0.61 0 0.14 257.33 0.66 0.6
Hex 7C 55 DC 2C 3D 0 E 101 42 3C
Octal 174 125 334 54 75 0 16 401 102 74
Binary 1111100 1010101 11011100 101100 111101 0 1110 100000001 1000010 111100

Color Harmonies of #7C55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C55DC

Black with #7C55DC

Text Example


Text Example

White with #7C55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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