Html Css Color HEX #7552DC Slate Blue

📋 copy color: '#7552DC'

red 117 ◦ green 82 ◦ blue 220

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

Shades of Slate Blue #7552DC

Tints of Slate Blue #7552DC

RGB

 RED value IS 117 (46.09% from 255) = 27.92%

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

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

R = 27.92%
G = 19.57%
B = 52.51%

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

#7552DC (or 0x7552DC) is known color: Slate Blue. HEX triplet: 75, 52 and DC. RGB value is (117,82,220). Sum of RGB (Red+Green+Blue) = 117+82+220=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #7552DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552DC is #8AAD23. Grayscale: #6B6B6B. Windows color (decimal): -9088292 or 14439029. OLE color: 14439029.

HSL color Cylindrical-coordinate representation of color #7552DC: hue angle of 255.22º 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 #7552DC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 82 220 -
CMYK 0.47 0.63 0 0.14
HSL 255.22º 0.66% 0.59% -
HSV(B) 255.22º 0.63% 0.86% -
XYZ 23.27 14.98 69.38 -
YUV 108.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 117 82 220 0.47 0.63 0 0.14 255.22 0.66 0.59
Hex 75 52 DC 2F 3F 0 E FF 42 3B
Octal 165 122 334 57 77 0 16 377 102 73
Binary 1110101 1010010 11011100 101111 111111 0 1110 11111111 1000010 111011

Color Harmonies of #7552DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7552DC

Black with #7552DC

Text Example


Text Example

White with #7552DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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