Html Css Color HEX #7364D8 Slate Blue

📋 copy color: '#7364D8'

red 115 ◦ green 100 ◦ blue 216

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

Shades of Slate Blue #7364D8

Tints of Slate Blue #7364D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.12%

R = 26.68%
G = 23.2%
B = 50.12%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7364D8 (or 0x7364D8) is known color: Slate Blue. HEX triplet: 73, 64 and D8. RGB value is (115,100,216). Sum of RGB (Red+Green+Blue) = 115+100+216=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #7364D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364D8 is #8C9B27. Grayscale: #757575. Windows color (decimal): -9214760 or 14181491. OLE color: 14181491.

HSL color Cylindrical-coordinate representation of color #7364D8: hue angle of 247.76º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7364D8 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 100 216 -
CMYK 0.47 0.54 0 0.15
HSL 247.76º 0.6% 0.62% -
HSV(B) 247.76º 0.54% 0.85% -
XYZ 24.02 17.72 67.12 -
YUV 117.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 115 100 216 0.47 0.54 0 0.15 247.76 0.6 0.62
Hex 73 64 D8 2F 36 0 F F8 3C 3E
Octal 163 144 330 57 66 0 17 370 74 76
Binary 1110011 1100100 11011000 101111 110110 0 1111 11111000 111100 111110

Color Harmonies of #7364D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364D8

Black with #7364D8

Text Example


Text Example

White with #7364D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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