Html Css Color HEX #7259C0 Slate Blue

📋 copy color: '#7259C0'

red 114 ◦ green 89 ◦ blue 192

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

Shades of Slate Blue #7259C0

Tints of Slate Blue #7259C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.61%

R = 28.86%
G = 22.53%
B = 48.61%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7259C0 (or 0x7259C0) is known color: Slate Blue. HEX triplet: 72, 59 and C0. RGB value is (114,89,192). Sum of RGB (Red+Green+Blue) = 114+89+192=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #7259C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259C0 is #8DA63F. Grayscale: #6B6B6B. Windows color (decimal): -9283136 or 12605810. OLE color: 12605810.

HSL color Cylindrical-coordinate representation of color #7259C0: hue angle of 254.56º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7259C0 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 89 192 -
CMYK 0.41 0.54 0 0.25
HSL 254.56º 0.45% 0.55% -
HSV(B) 254.56º 0.54% 0.75% -
XYZ 20.03 14.53 51.62 -
YUV 108.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 114 89 192 0.41 0.54 0 0.25 254.56 0.45 0.55
Hex 72 59 C0 29 36 0 19 FF 2D 37
Octal 162 131 300 51 66 0 31 377 55 67
Binary 1110010 1011001 11000000 101001 110110 0 11001 11111111 101101 110111

Color Harmonies of #7259C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259C0

Black with #7259C0

Text Example


Text Example

White with #7259C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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