Html Css Color HEX #7364C7 Slate Blue

📋 copy color: '#7364C7'

red 115 ◦ green 100 ◦ blue 199

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

Shades of Slate Blue #7364C7

Tints of Slate Blue #7364C7

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 199 (78.13% from 255) = 48.07%

R = 27.78%
G = 24.15%
B = 48.07%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7364C7 (or 0x7364C7) is known color: Slate Blue. HEX triplet: 73, 64 and C7. RGB value is (115,100,199). Sum of RGB (Red+Green+Blue) = 115+100+199=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #7364C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364C7 is #8C9B38. Grayscale: #737373. Windows color (decimal): -9214777 or 13067379. OLE color: 13067379.

HSL color Cylindrical-coordinate representation of color #7364C7: hue angle of 249.09º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7364C7 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 100 199 -
CMYK 0.42 0.50 0 0.22
HSL 249.09º 0.47% 0.59% -
HSV(B) 249.09º 0.5% 0.78% -
XYZ 21.94 16.88 56.14 -
YUV 115.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 115 100 199 0.42 0.50 0 0.22 249.09 0.47 0.59
Hex 73 64 C7 2A 32 0 16 F9 2F 3B
Octal 163 144 307 52 62 0 26 371 57 73
Binary 1110011 1100100 11000111 101010 110010 0 10110 11111001 101111 111011

Color Harmonies of #7364C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364C7

Black with #7364C7

Text Example


Text Example

White with #7364C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7364C7; }

 p { color: rgb(115,100,199); }

 H1.HeaderClassName
 {
   color: #7364C7;
 }
 .AnyTagClassName
 {
   color: #7364C7;
 }
</style>

background-color css

<style>
 a { background-color: #7364C7; }

 a { background-color: rgb(115,100,199); }

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

border-color css

<style>
 span { border-color: #7364C7; }

 span { border-color: rgb(115,100,199); }

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