Html Css Color HEX #7259DC Slate Blue

📋 copy color: '#7259DC'

red 114 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #7259DC

Tints of Slate Blue #7259DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 26.95%
G = 21.04%
B = 52.01%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7259DC (or 0x7259DC) is known color: Slate Blue. HEX triplet: 72, 59 and DC. RGB value is (114,89,220). Sum of RGB (Red+Green+Blue) = 114+89+220=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7259DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259DC is #8DA623. Grayscale: #6E6E6E. Windows color (decimal): -9283108 or 14440818. OLE color: 14440818.

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

Color convert

RGB 114 89 220 -
CMYK 0.48 0.60 0 0.14
HSL 251.45º 0.65% 0.61% -
HSV(B) 251.45º 0.6% 0.86% -
XYZ 23.43 15.89 69.54 -
YUV 111.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 114 89 220 0.48 0.60 0 0.14 251.45 0.65 0.61
Hex 72 59 DC 30 3C 0 E FB 41 3D
Octal 162 131 334 60 74 0 16 373 101 75
Binary 1110010 1011001 11011100 110000 111100 0 1110 11111011 1000001 111101

Color Harmonies of #7259DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259DC

Black with #7259DC

Text Example


Text Example

White with #7259DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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