Html Css Color HEX #7461C0 Slate Blue

📋 copy color: '#7461C0'

red 116 ◦ green 97 ◦ blue 192

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

Shades of Slate Blue #7461C0

Tints of Slate Blue #7461C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.41%

R = 28.64%
G = 23.95%
B = 47.41%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7461C0 (or 0x7461C0) is known color: Slate Blue. HEX triplet: 74, 61 and C0. RGB value is (116,97,192). Sum of RGB (Red+Green+Blue) = 116+97+192=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #7461C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7461C0 is #8B9E3F. Grayscale: #717171. Windows color (decimal): -9150016 or 12607860. OLE color: 12607860.

HSL color Cylindrical-coordinate representation of color #7461C0: hue angle of 252º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7461C0 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 97 192 -
CMYK 0.40 0.49 0 0.25
HSL 252º 0.43% 0.57% -
HSV(B) 252º 0.49% 0.75% -
XYZ 20.99 16.07 51.86 -
YUV 113.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 116 97 192 0.40 0.49 0 0.25 252 0.43 0.57
Hex 74 61 C0 28 31 0 19 FC 2B 39
Octal 164 141 300 50 61 0 31 374 53 71
Binary 1110100 1100001 11000000 101000 110001 0 11001 11111100 101011 111001

Color Harmonies of #7461C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7461C0

Black with #7461C0

Text Example


Text Example

White with #7461C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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