Html Css Color HEX #7364D1 Slate Blue

📋 copy color: '#7364D1'

red 115 ◦ green 100 ◦ blue 209

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

Shades of Slate Blue #7364D1

Tints of Slate Blue #7364D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 27.12%
G = 23.58%
B = 49.29%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7364D1 (or 0x7364D1) is known color: Slate Blue. HEX triplet: 73, 64 and D1. RGB value is (115,100,209). Sum of RGB (Red+Green+Blue) = 115+100+209=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #7364D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364D1 is #8C9B2E. Grayscale: #747474. Windows color (decimal): -9214767 or 13722739. OLE color: 13722739.

HSL color Cylindrical-coordinate representation of color #7364D1: hue angle of 248.26º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7364D1 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 100 209 -
CMYK 0.45 0.52 0 0.18
HSL 248.26º 0.54% 0.61% -
HSV(B) 248.26º 0.52% 0.82% -
XYZ 23.14 17.36 62.45 -
YUV 116.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 115 100 209 0.45 0.52 0 0.18 248.26 0.54 0.61
Hex 73 64 D1 2D 34 0 12 F8 36 3D
Octal 163 144 321 55 64 0 22 370 66 75
Binary 1110011 1100100 11010001 101101 110100 0 10010 11111000 110110 111101

Color Harmonies of #7364D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7364D1

Black with #7364D1

Text Example


Text Example

White with #7364D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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