Html Css Color HEX #7453CD Slate Blue

📋 copy color: '#7453CD'

red 116 ◦ green 83 ◦ blue 205

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

Shades of Slate Blue #7453CD

Tints of Slate Blue #7453CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.54%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 28.71%
G = 20.54%
B = 50.74%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7453CD (or 0x7453CD) is known color: Slate Blue. HEX triplet: 74, 53 and CD. RGB value is (116,83,205). Sum of RGB (Red+Green+Blue) = 116+83+205=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #7453CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7453CD is #8BAC32. Grayscale: #6A6A6A. Windows color (decimal): -9153587 or 13456244. OLE color: 13456244.

HSL color Cylindrical-coordinate representation of color #7453CD: hue angle of 256.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7453CD is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 83 205 -
CMYK 0.43 0.60 0 0.20
HSL 256.23º 0.55% 0.56% -
HSV(B) 256.23º 0.6% 0.8% -
XYZ 21.32 14.31 59.4 -
YUV 106.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 116 83 205 0.43 0.60 0 0.20 256.23 0.55 0.56
Hex 74 53 CD 2B 3C 0 14 100 37 38
Octal 164 123 315 53 74 0 24 400 67 70
Binary 1110100 1010011 11001101 101011 111100 0 10100 100000000 110111 111000

Color Harmonies of #7453CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7453CD

Black with #7453CD

Text Example


Text Example

White with #7453CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7453CD; }

 p { color: rgb(116,83,205); }

 H1.HeaderClassName
 {
   color: #7453CD;
 }
 .AnyTagClassName
 {
   color: #7453CD;
 }
</style>

background-color css

<style>
 a { background-color: #7453CD; }

 a { background-color: rgb(116,83,205); }

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

border-color css

<style>
 span { border-color: #7453CD; }

 span { border-color: rgb(116,83,205); }

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