Html Css Color HEX #7552CF Slate Blue

📋 copy color: '#7552CF'

red 117 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #7552CF

Tints of Slate Blue #7552CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 28.82%
G = 20.2%
B = 50.99%

CMYK

 C value IS 0.43

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7552CF (or 0x7552CF) is known color: Slate Blue. HEX triplet: 75, 52 and CF. RGB value is (117,82,207). Sum of RGB (Red+Green+Blue) = 117+82+207=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #7552CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7552CF is #8AAD30. Grayscale: #6A6A6A. Windows color (decimal): -9088305 or 13587061. OLE color: 13587061.

HSL color Cylindrical-coordinate representation of color #7552CF: hue angle of 256.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7552CF is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 82 207 -
CMYK 0.43 0.60 0 0.19
HSL 256.8º 0.57% 0.57% -
HSV(B) 256.8º 0.6% 0.81% -
XYZ 21.62 14.32 60.66 -
YUV 106.72 184.6 135.34 -
System Red Green Blue C M Y K H S L
Decimal 117 82 207 0.43 0.60 0 0.19 256.8 0.57 0.57
Hex 75 52 CF 2B 3C 0 13 101 39 39
Octal 165 122 317 53 74 0 23 401 71 71
Binary 1110101 1010010 11001111 101011 111100 0 10011 100000001 111001 111001

Color Harmonies of #7552CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7552CF

Black with #7552CF

Text Example


Text Example

White with #7552CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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