Html Css Color HEX #7253C6 Slate Blue

📋 copy color: '#7253C6'

red 114 ◦ green 83 ◦ blue 198

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

Shades of Slate Blue #7253C6

Tints of Slate Blue #7253C6

RGB

 RED value IS 114 (44.92% from 255) = 28.86%

 GREEN value IS 83 (32.81% from 255) = 21.01%

 BLUE value IS 198 (77.73% from 255) = 50.13%

R = 28.86%
G = 21.01%
B = 50.13%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7253C6 (or 0x7253C6) is known color: Slate Blue. HEX triplet: 72, 53 and C6. RGB value is (114,83,198). Sum of RGB (Red+Green+Blue) = 114+83+198=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #7253C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253C6 is #8DAC39. Grayscale: #686868. Windows color (decimal): -9284666 or 12997490. OLE color: 12997490.

HSL color Cylindrical-coordinate representation of color #7253C6: hue angle of 256.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7253C6 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 83 198 -
CMYK 0.42 0.58 0 0.22
HSL 256.17º 0.5% 0.55% -
HSV(B) 256.17º 0.58% 0.78% -
XYZ 20.23 13.84 55.03 -
YUV 105.38 180.27 134.15 -
System Red Green Blue C M Y K H S L
Decimal 114 83 198 0.42 0.58 0 0.22 256.17 0.5 0.55
Hex 72 53 C6 2A 3A 0 16 100 32 37
Octal 162 123 306 52 72 0 26 400 62 67
Binary 1110010 1010011 11000110 101010 111010 0 10110 100000000 110010 110111

Color Harmonies of #7253C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253C6

Black with #7253C6

Text Example


Text Example

White with #7253C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7253C6; }

 p { color: rgb(114,83,198); }

 H1.HeaderClassName
 {
   color: #7253C6;
 }
 .AnyTagClassName
 {
   color: #7253C6;
 }
</style>

background-color css

<style>
 a { background-color: #7253C6; }

 a { background-color: rgb(114,83,198); }

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

border-color css

<style>
 span { border-color: #7253C6; }

 span { border-color: rgb(114,83,198); }

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