Html Css Color HEX #7457D0 Slate Blue

📋 copy color: '#7457D0'

red 116 ◦ green 87 ◦ blue 208

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

Shades of Slate Blue #7457D0

Tints of Slate Blue #7457D0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 28.22%
G = 21.17%
B = 50.61%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7457D0 (or 0x7457D0) is known color: Slate Blue. HEX triplet: 74, 57 and D0. RGB value is (116,87,208). Sum of RGB (Red+Green+Blue) = 116+87+208=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #7457D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7457D0 is #8BA82F. Grayscale: #6D6D6D. Windows color (decimal): -9152560 or 13653876. OLE color: 13653876.

HSL color Cylindrical-coordinate representation of color #7457D0: hue angle of 254.38º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7457D0 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 87 208 -
CMYK 0.44 0.58 0 0.18
HSL 254.38º 0.56% 0.58% -
HSV(B) 254.38º 0.58% 0.82% -
XYZ 22 15.08 61.43 -
YUV 109.47 183.61 132.66 -
System Red Green Blue C M Y K H S L
Decimal 116 87 208 0.44 0.58 0 0.18 254.38 0.56 0.58
Hex 74 57 D0 2C 3A 0 12 FE 38 3A
Octal 164 127 320 54 72 0 22 376 70 72
Binary 1110100 1010111 11010000 101100 111010 0 10010 11111110 111000 111010

Color Harmonies of #7457D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7457D0

Black with #7457D0

Text Example


Text Example

White with #7457D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7457D0; }

 p { color: rgb(116,87,208); }

 H1.HeaderClassName
 {
   color: #7457D0;
 }
 .AnyTagClassName
 {
   color: #7457D0;
 }
</style>

background-color css

<style>
 a { background-color: #7457D0; }

 a { background-color: rgb(116,87,208); }

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

border-color css

<style>
 span { border-color: #7457D0; }

 span { border-color: rgb(116,87,208); }

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