Html Css Color HEX #7457CE Slate Blue

📋 copy color: '#7457CE'

red 116 ◦ green 87 ◦ blue 206

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

Shades of Slate Blue #7457CE

Tints of Slate Blue #7457CE

RGB

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

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

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

R = 28.36%
G = 21.27%
B = 50.37%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7457CE (or 0x7457CE) is known color: Slate Blue. HEX triplet: 74, 57 and CE. RGB value is (116,87,206). Sum of RGB (Red+Green+Blue) = 116+87+206=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7457CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7457CE is #8BA831. Grayscale: #6C6C6C. Windows color (decimal): -9152562 or 13522804. OLE color: 13522804.

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

Color convert

RGB 116 87 206 -
CMYK 0.44 0.58 0 0.19
HSL 254.62º 0.55% 0.57% -
HSV(B) 254.62º 0.58% 0.81% -
XYZ 21.75 14.99 60.14 -
YUV 109.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 116 87 206 0.44 0.58 0 0.19 254.62 0.55 0.57
Hex 74 57 CE 2C 3A 0 13 FF 37 39
Octal 164 127 316 54 72 0 23 377 67 71
Binary 1110100 1010111 11001110 101100 111010 0 10011 11111111 110111 111001

Color Harmonies of #7457CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7457CE

Black with #7457CE

Text Example


Text Example

White with #7457CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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