Html Css Color HEX #7247CE Slate Blue

📋 copy color: '#7247CE'

red 114 ◦ green 71 ◦ blue 206

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

Shades of Slate Blue #7247CE

Tints of Slate Blue #7247CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.16%

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

R = 29.16%
G = 18.16%
B = 52.69%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7247CE (or 0x7247CE) is known color: Slate Blue. HEX triplet: 72, 47 and CE. RGB value is (114,71,206). Sum of RGB (Red+Green+Blue) = 114+71+206=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #7247CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7247CE is #8DB831. Grayscale: #626262. Windows color (decimal): -9287730 or 13518706. OLE color: 13518706.

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

Color convert

RGB 114 71 206 -
CMYK 0.45 0.66 0 0.19
HSL 259.11º 0.58% 0.54% -
HSV(B) 259.11º 0.66% 0.81% -
XYZ 20.33 12.54 59.74 -
YUV 99.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 114 71 206 0.45 0.66 0 0.19 259.11 0.58 0.54
Hex 72 47 CE 2D 42 0 13 103 3A 36
Octal 162 107 316 55 102 0 23 403 72 66
Binary 1110010 1000111 11001110 101101 1000010 0 10011 100000011 111010 110110

Color Harmonies of #7247CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7247CE

Black with #7247CE

Text Example


Text Example

White with #7247CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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