Html Css Color HEX #7366D1 Slate Blue

📋 copy color: '#7366D1'

red 115 ◦ green 102 ◦ blue 209

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

Shades of Slate Blue #7366D1

Tints of Slate Blue #7366D1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.94%

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

R = 27%
G = 23.94%
B = 49.06%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7366D1 (or 0x7366D1) is known color: Slate Blue. HEX triplet: 73, 66 and D1. RGB value is (115,102,209). Sum of RGB (Red+Green+Blue) = 115+102+209=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #7366D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366D1 is #8C992E. Grayscale: #757575. Windows color (decimal): -9214255 or 13723251. OLE color: 13723251.

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

Color convert

RGB 115 102 209 -
CMYK 0.45 0.51 0 0.18
HSL 247.29º 0.54% 0.61% -
HSV(B) 247.29º 0.51% 0.82% -
XYZ 23.33 17.75 62.52 -
YUV 118.09 179.31 125.8 -
System Red Green Blue C M Y K H S L
Decimal 115 102 209 0.45 0.51 0 0.18 247.29 0.54 0.61
Hex 73 66 D1 2D 33 0 12 F7 36 3D
Octal 163 146 321 55 63 0 22 367 66 75
Binary 1110011 1100110 11010001 101101 110011 0 10010 11110111 110110 111101

Color Harmonies of #7366D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366D1

Black with #7366D1

Text Example


Text Example

White with #7366D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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