Html Css Color HEX #7253CE Slate Blue

📋 copy color: '#7253CE'

red 114 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #7253CE

Tints of Slate Blue #7253CE

RGB

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

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

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

R = 28.29%
G = 20.6%
B = 51.12%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7253CE (or 0x7253CE) is known color: Slate Blue. HEX triplet: 72, 53 and CE. RGB value is (114,83,206). Sum of RGB (Red+Green+Blue) = 114+83+206=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #7253CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253CE is #8DAC31. Grayscale: #696969. Windows color (decimal): -9284658 or 13521778. OLE color: 13521778.

HSL color Cylindrical-coordinate representation of color #7253CE: hue angle of 255.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7253CE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 83 206 -
CMYK 0.45 0.60 0 0.19
HSL 255.12º 0.56% 0.57% -
HSV(B) 255.12º 0.6% 0.81% -
XYZ 21.17 14.22 60.02 -
YUV 106.29 184.27 133.5 -
System Red Green Blue C M Y K H S L
Decimal 114 83 206 0.45 0.60 0 0.19 255.12 0.56 0.57
Hex 72 53 CE 2D 3C 0 13 FF 38 39
Octal 162 123 316 55 74 0 23 377 70 71
Binary 1110010 1010011 11001110 101101 111100 0 10011 11111111 111000 111001

Color Harmonies of #7253CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253CE

Black with #7253CE

Text Example


Text Example

White with #7253CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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