Html Css Color HEX #7253DB Slate Blue

📋 copy color: '#7253DB'

red 114 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #7253DB

Tints of Slate Blue #7253DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.64%

R = 27.4%
G = 19.95%
B = 52.64%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7253DB (or 0x7253DB) is known color: Slate Blue. HEX triplet: 72, 53 and DB. RGB value is (114,83,219). Sum of RGB (Red+Green+Blue) = 114+83+219=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #7253DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7253DB is #8DAC24. Grayscale: #6B6B6B. Windows color (decimal): -9284645 or 14373746. OLE color: 14373746.

HSL color Cylindrical-coordinate representation of color #7253DB: hue angle of 253.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7253DB is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 83 219 -
CMYK 0.48 0.62 0 0.14
HSL 253.68º 0.65% 0.59% -
HSV(B) 253.68º 0.62% 0.86% -
XYZ 22.82 14.88 68.69 -
YUV 107.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 114 83 219 0.48 0.62 0 0.14 253.68 0.65 0.59
Hex 72 53 DB 30 3E 0 E FE 41 3B
Octal 162 123 333 60 76 0 16 376 101 73
Binary 1110010 1010011 11011011 110000 111110 0 1110 11111110 1000001 111011

Color Harmonies of #7253DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7253DB

Black with #7253DB

Text Example


Text Example

White with #7253DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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