Html Css Color HEX #7452DC Slate Blue

📋 copy color: '#7452DC'

red 116 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7452DC

Tints of Slate Blue #7452DC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 27.75%
G = 19.62%
B = 52.63%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7452DC (or 0x7452DC) is known color: Slate Blue. HEX triplet: 74, 52 and DC. RGB value is (116,82,220). Sum of RGB (Red+Green+Blue) = 116+82+220=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #7452DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7452DC is #8BAD23. Grayscale: #6B6B6B. Windows color (decimal): -9153828 or 14439028. OLE color: 14439028.

HSL color Cylindrical-coordinate representation of color #7452DC: hue angle of 254.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7452DC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 82 220 -
CMYK 0.47 0.63 0 0.14
HSL 254.78º 0.66% 0.59% -
HSV(B) 254.78º 0.63% 0.86% -
XYZ 23.14 14.91 69.37 -
YUV 107.9 191.26 133.78 -
System Red Green Blue C M Y K H S L
Decimal 116 82 220 0.47 0.63 0 0.14 254.78 0.66 0.59
Hex 74 52 DC 2F 3F 0 E FF 42 3B
Octal 164 122 334 57 77 0 16 377 102 73
Binary 1110100 1010010 11011100 101111 111111 0 1110 11111111 1000010 111011

Color Harmonies of #7452DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7452DC

Black with #7452DC

Text Example


Text Example

White with #7452DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7452DC; }

 p { color: rgb(116,82,220); }

 H1.HeaderClassName
 {
   color: #7452DC;
 }
 .AnyTagClassName
 {
   color: #7452DC;
 }
</style>

background-color css

<style>
 a { background-color: #7452DC; }

 a { background-color: rgb(116,82,220); }

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

border-color css

<style>
 span { border-color: #7452DC; }

 span { border-color: rgb(116,82,220); }

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