Html Css Color HEX #7259CE Slate Blue

📋 copy color: '#7259CE'

red 114 ◦ green 89 ◦ blue 206

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

Shades of Slate Blue #7259CE

Tints of Slate Blue #7259CE

RGB

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

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

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

R = 27.87%
G = 21.76%
B = 50.37%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7259CE (or 0x7259CE) is known color: Slate Blue. HEX triplet: 72, 59 and CE. RGB value is (114,89,206). Sum of RGB (Red+Green+Blue) = 114+89+206=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #7259CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259CE is #8DA631. Grayscale: #6D6D6D. Windows color (decimal): -9283122 or 13523314. OLE color: 13523314.

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

Color convert

RGB 114 89 206 -
CMYK 0.45 0.57 0 0.19
HSL 252.82º 0.54% 0.58% -
HSV(B) 252.82º 0.57% 0.81% -
XYZ 21.65 15.18 60.18 -
YUV 109.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 114 89 206 0.45 0.57 0 0.19 252.82 0.54 0.58
Hex 72 59 CE 2D 39 0 13 FD 36 3A
Octal 162 131 316 55 71 0 23 375 66 72
Binary 1110010 1011001 11001110 101101 111001 0 10011 11111101 110110 111010

Color Harmonies of #7259CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259CE

Black with #7259CE

Text Example


Text Example

White with #7259CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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