Html Css Color HEX #7253E1 Slate Blue

📋 copy color: '#7253E1'

red 114 ◦ green 83 ◦ blue 225

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

Shades of Slate Blue #7253E1

Tints of Slate Blue #7253E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.32%

R = 27.01%
G = 19.67%
B = 53.32%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7253E1 (or 0x7253E1) is known color: Slate Blue. HEX triplet: 72, 53 and E1. RGB value is (114,83,225). Sum of RGB (Red+Green+Blue) = 114+83+225=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #7253E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253E1 is #8DAC1E. Grayscale: #6B6B6B. Windows color (decimal): -9284639 or 14766962. OLE color: 14766962.

HSL color Cylindrical-coordinate representation of color #7253E1: hue angle of 253.1º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7253E1 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 83 225 -
CMYK 0.49 0.63 0 0.12
HSL 253.1º 0.7% 0.6% -
HSV(B) 253.1º 0.63% 0.88% -
XYZ 23.62 15.2 72.92 -
YUV 108.46 193.77 131.95 -
System Red Green Blue C M Y K H S L
Decimal 114 83 225 0.49 0.63 0 0.12 253.1 0.7 0.6
Hex 72 53 E1 31 3F 0 C FD 46 3C
Octal 162 123 341 61 77 0 14 375 106 74
Binary 1110010 1010011 11100001 110001 111111 0 1100 11111101 1000110 111100

Color Harmonies of #7253E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253E1

Black with #7253E1

Text Example


Text Example

White with #7253E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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