Html Css Color HEX #7460C3 Slate Blue

📋 copy color: '#7460C3'

red 116 ◦ green 96 ◦ blue 195

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

Shades of Slate Blue #7460C3

Tints of Slate Blue #7460C3

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

 BLUE value IS 195 (76.56% from 255) = 47.91%

R = 28.5%
G = 23.59%
B = 47.91%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7460C3 (or 0x7460C3) is known color: Slate Blue. HEX triplet: 74, 60 and C3. RGB value is (116,96,195). Sum of RGB (Red+Green+Blue) = 116+96+195=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #7460C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460C3 is #8B9F3C. Grayscale: #707070. Windows color (decimal): -9150269 or 12804212. OLE color: 12804212.

HSL color Cylindrical-coordinate representation of color #7460C3: hue angle of 252.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7460C3 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 96 195 -
CMYK 0.41 0.51 0 0.24
HSL 252.12º 0.45% 0.57% -
HSV(B) 252.12º 0.51% 0.76% -
XYZ 21.24 16.02 53.6 -
YUV 113.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 116 96 195 0.41 0.51 0 0.24 252.12 0.45 0.57
Hex 74 60 C3 29 33 0 18 FC 2D 39
Octal 164 140 303 51 63 0 30 374 55 71
Binary 1110100 1100000 11000011 101001 110011 0 11000 11111100 101101 111001

Color Harmonies of #7460C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460C3

Black with #7460C3

Text Example


Text Example

White with #7460C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7460C3; }

 p { color: rgb(116,96,195); }

 H1.HeaderClassName
 {
   color: #7460C3;
 }
 .AnyTagClassName
 {
   color: #7460C3;
 }
</style>

background-color css

<style>
 a { background-color: #7460C3; }

 a { background-color: rgb(116,96,195); }

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

border-color css

<style>
 span { border-color: #7460C3; }

 span { border-color: rgb(116,96,195); }

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