Html Css Color HEX #7253DF Slate Blue

📋 copy color: '#7253DF'

red 114 ◦ green 83 ◦ blue 223

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

Shades of Slate Blue #7253DF

Tints of Slate Blue #7253DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 27.14%
G = 19.76%
B = 53.1%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7253DF (or 0x7253DF) is known color: Slate Blue. HEX triplet: 72, 53 and DF. RGB value is (114,83,223). Sum of RGB (Red+Green+Blue) = 114+83+223=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #7253DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253DF is #8DAC20. Grayscale: #6B6B6B. Windows color (decimal): -9284641 or 14635890. OLE color: 14635890.

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

Color convert

RGB 114 83 223 -
CMYK 0.49 0.63 0 0.13
HSL 253.29º 0.69% 0.6% -
HSV(B) 253.29º 0.63% 0.87% -
XYZ 23.35 15.09 71.49 -
YUV 108.23 192.77 132.12 -
System Red Green Blue C M Y K H S L
Decimal 114 83 223 0.49 0.63 0 0.13 253.29 0.69 0.6
Hex 72 53 DF 31 3F 0 D FD 45 3C
Octal 162 123 337 61 77 0 15 375 105 74
Binary 1110010 1010011 11011111 110001 111111 0 1101 11111101 1000101 111100

Color Harmonies of #7253DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253DF

Black with #7253DF

Text Example


Text Example

White with #7253DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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