Html Css Color HEX #7259DB Slate Blue

📋 copy color: '#7259DB'

red 114 ◦ green 89 ◦ blue 219

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

Shades of Slate Blue #7259DB

Tints of Slate Blue #7259DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.09%

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

R = 27.01%
G = 21.09%
B = 51.9%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7259DB (or 0x7259DB) is known color: Slate Blue. HEX triplet: 72, 59 and DB. RGB value is (114,89,219). Sum of RGB (Red+Green+Blue) = 114+89+219=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7259DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259DB is #8DA624. Grayscale: #6E6E6E. Windows color (decimal): -9283109 or 14375282. OLE color: 14375282.

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

Color convert

RGB 114 89 219 -
CMYK 0.48 0.59 0 0.14
HSL 251.54º 0.64% 0.6% -
HSV(B) 251.54º 0.59% 0.86% -
XYZ 23.3 15.84 68.85 -
YUV 111.3 188.78 129.93 -
System Red Green Blue C M Y K H S L
Decimal 114 89 219 0.48 0.59 0 0.14 251.54 0.64 0.6
Hex 72 59 DB 30 3B 0 E FC 40 3C
Octal 162 131 333 60 73 0 16 374 100 74
Binary 1110010 1011001 11011011 110000 111011 0 1110 11111100 1000000 111100

Color Harmonies of #7259DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259DB

Black with #7259DB

Text Example


Text Example

White with #7259DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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