Html Css Color HEX #7366DB Slate Blue

📋 copy color: '#7366DB'

red 115 ◦ green 102 ◦ blue 219

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

Shades of Slate Blue #7366DB

Tints of Slate Blue #7366DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 26.38%
G = 23.39%
B = 50.23%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7366DB (or 0x7366DB) is known color: Slate Blue. HEX triplet: 73, 66 and DB. RGB value is (115,102,219). Sum of RGB (Red+Green+Blue) = 115+102+219=436 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.38% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #7366DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366DB is #8C9924. Grayscale: #767676. Windows color (decimal): -9214245 or 14378611. OLE color: 14378611.

HSL color Cylindrical-coordinate representation of color #7366DB: hue angle of 246.67º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7366DB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 102 219 -
CMYK 0.47 0.53 0 0.14
HSL 246.67º 0.62% 0.63% -
HSV(B) 246.67º 0.53% 0.86% -
XYZ 24.61 18.26 69.25 -
YUV 119.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 115 102 219 0.47 0.53 0 0.14 246.67 0.62 0.63
Hex 73 66 DB 2F 35 0 E F7 3E 3F
Octal 163 146 333 57 65 0 16 367 76 77
Binary 1110011 1100110 11011011 101111 110101 0 1110 11110111 111110 111111

Color Harmonies of #7366DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366DB

Black with #7366DB

Text Example


Text Example

White with #7366DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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