Html Css Color HEX #7461C5 Slate Blue

📋 copy color: '#7461C5'

red 116 ◦ green 97 ◦ blue 197

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

Shades of Slate Blue #7461C5

Tints of Slate Blue #7461C5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

 BLUE value IS 197 (77.34% from 255) = 48.05%

R = 28.29%
G = 23.66%
B = 48.05%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7461C5 (or 0x7461C5) is known color: Slate Blue. HEX triplet: 74, 61 and C5. RGB value is (116,97,197). Sum of RGB (Red+Green+Blue) = 116+97+197=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 197 (77.34% from 255 or 48.05% from 410); Max value from RGB is 197 - color contains mainly: blue. Hex color #7461C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461C5 is #8B9E3A. Grayscale: #717171. Windows color (decimal): -9150011 or 12935540. OLE color: 12935540.

HSL color Cylindrical-coordinate representation of color #7461C5: hue angle of 251.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7461C5 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 97 197 -
CMYK 0.41 0.51 0 0.23
HSL 251.4º 0.46% 0.58% -
HSV(B) 251.4º 0.51% 0.77% -
XYZ 21.56 16.29 54.83 -
YUV 114.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 116 97 197 0.41 0.51 0 0.23 251.4 0.46 0.58
Hex 74 61 C5 29 33 0 17 FB 2E 3A
Octal 164 141 305 51 63 0 27 373 56 72
Binary 1110100 1100001 11000101 101001 110011 0 10111 11111011 101110 111010

Color Harmonies of #7461C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461C5

Black with #7461C5

Text Example


Text Example

White with #7461C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7461C5; }

 p { color: rgb(116,97,197); }

 H1.HeaderClassName
 {
   color: #7461C5;
 }
 .AnyTagClassName
 {
   color: #7461C5;
 }
</style>

background-color css

<style>
 a { background-color: #7461C5; }

 a { background-color: rgb(116,97,197); }

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

border-color css

<style>
 span { border-color: #7461C5; }

 span { border-color: rgb(116,97,197); }

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