Html Css Color HEX #7459C4 Slate Blue

📋 copy color: '#7459C4'

red 116 ◦ green 89 ◦ blue 196

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

Shades of Slate Blue #7459C4

Tints of Slate Blue #7459C4

RGB

 RED value IS 116 (45.7% from 255) = 28.93%

 GREEN value IS 89 (35.16% from 255) = 22.19%

 BLUE value IS 196 (76.95% from 255) = 48.88%

R = 28.93%
G = 22.19%
B = 48.88%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7459C4 (or 0x7459C4) is known color: Slate Blue. HEX triplet: 74, 59 and C4. RGB value is (116,89,196). Sum of RGB (Red+Green+Blue) = 116+89+196=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #7459C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7459C4 is #8BA63B. Grayscale: #6C6C6C. Windows color (decimal): -9152060 or 12867956. OLE color: 12867956.

HSL color Cylindrical-coordinate representation of color #7459C4: hue angle of 255.14º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7459C4 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 89 196 -
CMYK 0.41 0.55 0 0.23
HSL 255.14º 0.48% 0.56% -
HSV(B) 255.14º 0.55% 0.77% -
XYZ 20.74 14.84 54 -
YUV 109.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 116 89 196 0.41 0.55 0 0.23 255.14 0.48 0.56
Hex 74 59 C4 29 37 0 17 FF 30 38
Octal 164 131 304 51 67 0 27 377 60 70
Binary 1110100 1011001 11000100 101001 110111 0 10111 11111111 110000 111000

Color Harmonies of #7459C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7459C4

Black with #7459C4

Text Example


Text Example

White with #7459C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7459C4; }

 p { color: rgb(116,89,196); }

 H1.HeaderClassName
 {
   color: #7459C4;
 }
 .AnyTagClassName
 {
   color: #7459C4;
 }
</style>

background-color css

<style>
 a { background-color: #7459C4; }

 a { background-color: rgb(116,89,196); }

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

border-color css

<style>
 span { border-color: #7459C4; }

 span { border-color: rgb(116,89,196); }

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