Html Css Color HEX #7548CE Slate Blue

📋 copy color: '#7548CE'

red 117 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #7548CE

Tints of Slate Blue #7548CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 29.62%
G = 18.23%
B = 52.15%

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

#7548CE (or 0x7548CE) is known color: Slate Blue. HEX triplet: 75, 48 and CE. RGB value is (117,72,206). Sum of RGB (Red+Green+Blue) = 117+72+206=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #7548CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7548CE is #8AB731. Grayscale: #646464. Windows color (decimal): -9090866 or 13518965. OLE color: 13518965.

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

Color convert

RGB 117 72 206 -
CMYK 0.43 0.65 0 0.19
HSL 260.15º 0.58% 0.55% -
HSV(B) 260.15º 0.65% 0.81% -
XYZ 20.79 12.87 59.78 -
YUV 100.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 117 72 206 0.43 0.65 0 0.19 260.15 0.58 0.55
Hex 75 48 CE 2B 41 0 13 104 3A 37
Octal 165 110 316 53 101 0 23 404 72 67
Binary 1110101 1001000 11001110 101011 1000001 0 10011 100000100 111010 110111

Color Harmonies of #7548CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7548CE

Black with #7548CE

Text Example


Text Example

White with #7548CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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