Html Css Color HEX #7249CF Slate Blue

📋 copy color: '#7249CF'

red 114 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #7249CF

Tints of Slate Blue #7249CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 28.93%
G = 18.53%
B = 52.54%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7249CF (or 0x7249CF) is known color: Slate Blue. HEX triplet: 72, 49 and CF. RGB value is (114,73,207). Sum of RGB (Red+Green+Blue) = 114+73+207=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #7249CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7249CF is #8DB630. Grayscale: #646464. Windows color (decimal): -9287217 or 13584754. OLE color: 13584754.

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

Color convert

RGB 114 73 207 -
CMYK 0.45 0.65 0 0.19
HSL 258.36º 0.58% 0.55% -
HSV(B) 258.36º 0.65% 0.81% -
XYZ 20.58 12.85 60.43 -
YUV 100.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 114 73 207 0.45 0.65 0 0.19 258.36 0.58 0.55
Hex 72 49 CF 2D 41 0 13 102 3A 37
Octal 162 111 317 55 101 0 23 402 72 67
Binary 1110010 1001001 11001111 101101 1000001 0 10011 100000010 111010 110111

Color Harmonies of #7249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7249CF

Black with #7249CF

Text Example


Text Example

White with #7249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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