Html Css Color HEX #7C58CF Slate Blue

📋 copy color: '#7C58CF'

red 124 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7C58CF

Tints of Slate Blue #7C58CF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 29.59%
G = 21%
B = 49.4%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C58CF (or 0x7C58CF) is known color: Slate Blue. HEX triplet: 7C, 58 and CF. RGB value is (124,88,207). Sum of RGB (Red+Green+Blue) = 124+88+207=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C58CF is #83A730. Grayscale: #6F6F6F. Windows color (decimal): -8628017 or 13588604. OLE color: 13588604.

HSL color Cylindrical-coordinate representation of color #7C58CF: hue angle of 258.15º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C58CF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 88 207 -
CMYK 0.40 0.57 0 0.19
HSL 258.15º 0.55% 0.58% -
HSV(B) 258.15º 0.57% 0.81% -
XYZ 23.06 15.77 60.86 -
YUV 112.33 181.43 136.32 -
System Red Green Blue C M Y K H S L
Decimal 124 88 207 0.40 0.57 0 0.19 258.15 0.55 0.58
Hex 7C 58 CF 28 39 0 13 102 37 3A
Octal 174 130 317 50 71 0 23 402 67 72
Binary 1111100 1011000 11001111 101000 111001 0 10011 100000010 110111 111010

Color Harmonies of #7C58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C58CF

Black with #7C58CF

Text Example


Text Example

White with #7C58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,88,207); }

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

background-color css

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

 a { background-color: rgb(124,88,207); }

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

border-color css

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

 span { border-color: rgb(124,88,207); }

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