Html Css Color HEX #7244CE Slate Blue

📋 copy color: '#7244CE'

red 114 ◦ green 68 ◦ blue 206

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

Shades of Slate Blue #7244CE

Tints of Slate Blue #7244CE

RGB

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

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

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

R = 29.38%
G = 17.53%
B = 53.09%

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

#7244CE (or 0x7244CE) is known color: Slate Blue. HEX triplet: 72, 44 and CE. RGB value is (114,68,206). Sum of RGB (Red+Green+Blue) = 114+68+206=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #7244CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7244CE is #8DBB31. Grayscale: #606060. Windows color (decimal): -9288498 or 13517938. OLE color: 13517938.

HSL color Cylindrical-coordinate representation of color #7244CE: hue angle of 260º degrees, saturation: 0.58, 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 #7244CE is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 68 206 -
CMYK 0.45 0.67 0 0.19
HSL 260º 0.58% 0.54% -
HSV(B) 260º 0.67% 0.81% -
XYZ 20.15 12.17 59.68 -
YUV 97.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 114 68 206 0.45 0.67 0 0.19 260 0.58 0.54
Hex 72 44 CE 2D 43 0 13 104 3A 36
Octal 162 104 316 55 103 0 23 404 72 66
Binary 1110010 1000100 11001110 101101 1000011 0 10011 100000100 111010 110110

Color Harmonies of #7244CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7244CE

Black with #7244CE

Text Example


Text Example

White with #7244CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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