Html Css Color HEX #7364C9 Slate Blue

📋 copy color: '#7364C9'

red 115 ◦ green 100 ◦ blue 201

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

Shades of Slate Blue #7364C9

Tints of Slate Blue #7364C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.32%

R = 27.64%
G = 24.04%
B = 48.32%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7364C9 (or 0x7364C9) is known color: Slate Blue. HEX triplet: 73, 64 and C9. RGB value is (115,100,201). Sum of RGB (Red+Green+Blue) = 115+100+201=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #7364C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364C9 is #8C9B36. Grayscale: #737373. Windows color (decimal): -9214775 or 13198451. OLE color: 13198451.

HSL color Cylindrical-coordinate representation of color #7364C9: hue angle of 248.91º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7364C9 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 115 100 201 -
CMYK 0.43 0.50 0 0.21
HSL 248.91º 0.48% 0.59% -
HSV(B) 248.91º 0.5% 0.79% -
XYZ 22.17 16.98 57.37 -
YUV 116 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 115 100 201 0.43 0.50 0 0.21 248.91 0.48 0.59
Hex 73 64 C9 2B 32 0 15 F9 30 3B
Octal 163 144 311 53 62 0 25 371 60 73
Binary 1110011 1100100 11001001 101011 110010 0 10101 11111001 110000 111011

Color Harmonies of #7364C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364C9

Black with #7364C9

Text Example


Text Example

White with #7364C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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