Html Css Color HEX #7244CF Slate Blue

📋 copy color: '#7244CF'

red 114 ◦ green 68 ◦ blue 207

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

Shades of Slate Blue #7244CF

Tints of Slate Blue #7244CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

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

R = 29.31%
G = 17.48%
B = 53.21%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7244CF (or 0x7244CF) is known color: Slate Blue. HEX triplet: 72, 44 and CF. RGB value is (114,68,207). Sum of RGB (Red+Green+Blue) = 114+68+207=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #7244CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7244CF is #8DBB30. Grayscale: #616161. Windows color (decimal): -9288497 or 13583474. OLE color: 13583474.

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

Color convert

RGB 114 68 207 -
CMYK 0.45 0.67 0 0.19
HSL 259.86º 0.59% 0.54% -
HSV(B) 259.86º 0.67% 0.81% -
XYZ 20.27 12.22 60.32 -
YUV 97.6 189.74 139.7 -
System Red Green Blue C M Y K H S L
Decimal 114 68 207 0.45 0.67 0 0.19 259.86 0.59 0.54
Hex 72 44 CF 2D 43 0 13 104 3B 36
Octal 162 104 317 55 103 0 23 404 73 66
Binary 1110010 1000100 11001111 101101 1000011 0 10011 100000100 111011 110110

Color Harmonies of #7244CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7244CF

Black with #7244CF

Text Example


Text Example

White with #7244CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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