Html Css Color HEX #7259CF Slate Blue

📋 copy color: '#7259CF'

red 114 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #7259CF

Tints of Slate Blue #7259CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 27.8%
G = 21.71%
B = 50.49%

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

#7259CF (or 0x7259CF) is known color: Slate Blue. HEX triplet: 72, 59 and CF. RGB value is (114,89,207). Sum of RGB (Red+Green+Blue) = 114+89+207=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #7259CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7259CF is #8DA630. Grayscale: #6D6D6D. Windows color (decimal): -9283121 or 13588850. OLE color: 13588850.

HSL color Cylindrical-coordinate representation of color #7259CF: hue angle of 252.71º degrees, saturation: 0.55, 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 #7259CF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 89 207 -
CMYK 0.45 0.57 0 0.19
HSL 252.71º 0.55% 0.58% -
HSV(B) 252.71º 0.57% 0.81% -
XYZ 21.77 15.23 60.82 -
YUV 109.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 114 89 207 0.45 0.57 0 0.19 252.71 0.55 0.58
Hex 72 59 CF 2D 39 0 13 FD 37 3A
Octal 162 131 317 55 71 0 23 375 67 72
Binary 1110010 1011001 11001111 101101 111001 0 10011 11111101 110111 111010

Color Harmonies of #7259CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7259CF

Black with #7259CF

Text Example


Text Example

White with #7259CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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