Html Css Color HEX #7549CF Slate Blue

📋 copy color: '#7549CF'

red 117 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #7549CF

Tints of Slate Blue #7549CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.39%

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

R = 29.47%
G = 18.39%
B = 52.14%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7549CF (or 0x7549CF) is known color: Slate Blue. HEX triplet: 75, 49 and CF. RGB value is (117,73,207). Sum of RGB (Red+Green+Blue) = 117+73+207=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #7549CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7549CF is #8AB630. Grayscale: #646464. Windows color (decimal): -9090609 or 13584757. OLE color: 13584757.

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

Color convert

RGB 117 73 207 -
CMYK 0.43 0.65 0 0.19
HSL 259.7º 0.58% 0.55% -
HSV(B) 259.7º 0.65% 0.81% -
XYZ 20.98 13.05 60.44 -
YUV 101.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 117 73 207 0.43 0.65 0 0.19 259.7 0.58 0.55
Hex 75 49 CF 2B 41 0 13 104 3A 37
Octal 165 111 317 53 101 0 23 404 72 67
Binary 1110101 1001001 11001111 101011 1000001 0 10011 100000100 111010 110111

Color Harmonies of #7549CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7549CF

Black with #7549CF

Text Example


Text Example

White with #7549CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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