Html Css Color HEX #7460CE Slate Blue

📋 copy color: '#7460CE'

red 116 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #7460CE

Tints of Slate Blue #7460CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 27.75%
G = 22.97%
B = 49.28%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7460CE (or 0x7460CE) is known color: Slate Blue. HEX triplet: 74, 60 and CE. RGB value is (116,96,206). Sum of RGB (Red+Green+Blue) = 116+96+206=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #7460CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460CE is #8B9F31. Grayscale: #727272. Windows color (decimal): -9150258 or 13525108. OLE color: 13525108.

HSL color Cylindrical-coordinate representation of color #7460CE: hue angle of 250.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7460CE is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 96 206 -
CMYK 0.44 0.53 0 0.19
HSL 250.91º 0.53% 0.59% -
HSV(B) 250.91º 0.53% 0.81% -
XYZ 22.53 16.53 60.4 -
YUV 114.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 116 96 206 0.44 0.53 0 0.19 250.91 0.53 0.59
Hex 74 60 CE 2C 35 0 13 FB 35 3B
Octal 164 140 316 54 65 0 23 373 65 73
Binary 1110100 1100000 11001110 101100 110101 0 10011 11111011 110101 111011

Color Harmonies of #7460CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7460CE

Black with #7460CE

Text Example


Text Example

White with #7460CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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