Html Css Color HEX #7347CE Slate Blue

📋 copy color: '#7347CE'

red 115 ◦ green 71 ◦ blue 206

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

Shades of Slate Blue #7347CE

Tints of Slate Blue #7347CE

RGB

 RED value IS 115 (45.31% from 255) = 29.34%

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

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

R = 29.34%
G = 18.11%
B = 52.55%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7347CE (or 0x7347CE) is known color: Slate Blue. HEX triplet: 73, 47 and CE. RGB value is (115,71,206). Sum of RGB (Red+Green+Blue) = 115+71+206=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #7347CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347CE is #8CB831. Grayscale: #636363. Windows color (decimal): -9222194 or 13518707. OLE color: 13518707.

HSL color Cylindrical-coordinate representation of color #7347CE: hue angle of 259.56º 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 #7347CE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 71 206 -
CMYK 0.44 0.66 0 0.19
HSL 259.56º 0.58% 0.54% -
HSV(B) 259.56º 0.66% 0.81% -
XYZ 20.46 12.61 59.75 -
YUV 99.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 115 71 206 0.44 0.66 0 0.19 259.56 0.58 0.54
Hex 73 47 CE 2C 42 0 13 104 3A 36
Octal 163 107 316 54 102 0 23 404 72 66
Binary 1110011 1000111 11001110 101100 1000010 0 10011 100000100 111010 110110

Color Harmonies of #7347CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347CE

Black with #7347CE

Text Example


Text Example

White with #7347CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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