Html Css Color HEX #7546E7 Slate Blue

📋 copy color: '#7546E7'

red 117 ◦ green 70 ◦ blue 231

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

Shades of Slate Blue #7546E7

Tints of Slate Blue #7546E7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 231 (90.63% from 255) = 55.26%

R = 27.99%
G = 16.75%
B = 55.26%

CMYK

 C value IS 0.49

 M value IS 0.70

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7546E7 (or 0x7546E7) is known color: Slate Blue. HEX triplet: 75, 46 and E7. RGB value is (117,70,231). Sum of RGB (Red+Green+Blue) = 117+70+231=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 231 (90.62% from 255 or 55.26% from 418); Max value from RGB is 231 - color contains mainly: blue. Hex color #7546E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7546E7 is #8AB918. Grayscale: #656565. Windows color (decimal): -9091353 or 15156853. OLE color: 15156853.

HSL color Cylindrical-coordinate representation of color #7546E7: hue angle of 257.52º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7546E7 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 70 231 -
CMYK 0.49 0.70 0 0.09
HSL 257.52º 0.77% 0.59% -
HSV(B) 257.52º 0.7% 0.91% -
XYZ 23.95 13.93 77.03 -
YUV 102.41 200.57 138.41 -
System Red Green Blue C M Y K H S L
Decimal 117 70 231 0.49 0.70 0 0.09 257.52 0.77 0.59
Hex 75 46 E7 31 46 0 9 102 4D 3B
Octal 165 106 347 61 106 0 11 402 115 73
Binary 1110101 1000110 11100111 110001 1000110 0 1001 100000010 1001101 111011

Color Harmonies of #7546E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7546E7

Black with #7546E7

Text Example


Text Example

White with #7546E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7546E7; }

 p { color: rgb(117,70,231); }

 H1.HeaderClassName
 {
   color: #7546E7;
 }
 .AnyTagClassName
 {
   color: #7546E7;
 }
</style>

background-color css

<style>
 a { background-color: #7546E7; }

 a { background-color: rgb(117,70,231); }

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

border-color css

<style>
 span { border-color: #7546E7; }

 span { border-color: rgb(117,70,231); }

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