Html Css Color HEX #7347CF Slate Blue

📋 copy color: '#7347CF'

red 115 ◦ green 71 ◦ blue 207

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

Shades of Slate Blue #7347CF

Tints of Slate Blue #7347CF

RGB

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

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

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

R = 29.26%
G = 18.07%
B = 52.67%

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

#7347CF (or 0x7347CF) is known color: Slate Blue. HEX triplet: 73, 47 and CF. RGB value is (115,71,207). Sum of RGB (Red+Green+Blue) = 115+71+207=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #7347CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7347CF is #8CB830. Grayscale: #636363. Windows color (decimal): -9222193 or 13584243. OLE color: 13584243.

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

Color convert

RGB 115 71 207 -
CMYK 0.44 0.66 0 0.19
HSL 259.41º 0.59% 0.55% -
HSV(B) 259.41º 0.66% 0.81% -
XYZ 20.59 12.66 60.39 -
YUV 99.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 115 71 207 0.44 0.66 0 0.19 259.41 0.59 0.55
Hex 73 47 CF 2C 42 0 13 103 3B 37
Octal 163 107 317 54 102 0 23 403 73 67
Binary 1110011 1000111 11001111 101100 1000010 0 10011 100000011 111011 110111

Color Harmonies of #7347CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7347CF

Black with #7347CF

Text Example


Text Example

White with #7347CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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