Html Css Color HEX #7259DF Slate Blue

📋 copy color: '#7259DF'

red 114 ◦ green 89 ◦ blue 223

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

Shades of Slate Blue #7259DF

Tints of Slate Blue #7259DF

RGB

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

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

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

R = 26.76%
G = 20.89%
B = 52.35%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7259DF (or 0x7259DF) is known color: Slate Blue. HEX triplet: 72, 59 and DF. RGB value is (114,89,223). Sum of RGB (Red+Green+Blue) = 114+89+223=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #7259DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259DF is #8DA620. Grayscale: #6F6F6F. Windows color (decimal): -9283105 or 14637426. OLE color: 14637426.

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

Color convert

RGB 114 89 223 -
CMYK 0.49 0.60 0 0.13
HSL 251.19º 0.68% 0.61% -
HSV(B) 251.19º 0.6% 0.87% -
XYZ 23.83 16.05 71.65 -
YUV 111.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 114 89 223 0.49 0.60 0 0.13 251.19 0.68 0.61
Hex 72 59 DF 31 3C 0 D FB 44 3D
Octal 162 131 337 61 74 0 15 373 104 75
Binary 1110010 1011001 11011111 110001 111100 0 1101 11111011 1000100 111101

Color Harmonies of #7259DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259DF

Black with #7259DF

Text Example


Text Example

White with #7259DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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