Html Css Color HEX #7548CF Slate Blue

📋 copy color: '#7548CF'

red 117 ◦ green 72 ◦ blue 207

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

Shades of Slate Blue #7548CF

Tints of Slate Blue #7548CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.18%

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

R = 29.55%
G = 18.18%
B = 52.27%

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

#7548CF (or 0x7548CF) is known color: Slate Blue. HEX triplet: 75, 48 and CF. RGB value is (117,72,207). Sum of RGB (Red+Green+Blue) = 117+72+207=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #7548CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548CF is #8AB730. Grayscale: #646464. Windows color (decimal): -9090865 or 13584501. OLE color: 13584501.

HSL color Cylindrical-coordinate representation of color #7548CF: hue angle of 260º 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 #7548CF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 72 207 -
CMYK 0.43 0.65 0 0.19
HSL 260º 0.58% 0.55% -
HSV(B) 260º 0.65% 0.81% -
XYZ 20.92 12.92 60.42 -
YUV 100.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 117 72 207 0.43 0.65 0 0.19 260 0.58 0.55
Hex 75 48 CF 2B 41 0 13 104 3A 37
Octal 165 110 317 53 101 0 23 404 72 67
Binary 1110101 1001000 11001111 101011 1000001 0 10011 100000100 111010 110111

Color Harmonies of #7548CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7548CF

Black with #7548CF

Text Example


Text Example

White with #7548CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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