Html Css Color HEX #7366D6 Slate Blue

📋 copy color: '#7366D6'

red 115 ◦ green 102 ◦ blue 214

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

Shades of Slate Blue #7366D6

Tints of Slate Blue #7366D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.65%

R = 26.68%
G = 23.67%
B = 49.65%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7366D6 (or 0x7366D6) is known color: Slate Blue. HEX triplet: 73, 66 and D6. RGB value is (115,102,214). Sum of RGB (Red+Green+Blue) = 115+102+214=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #7366D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7366D6 is #8C9929. Grayscale: #767676. Windows color (decimal): -9214250 or 14050931. OLE color: 14050931.

HSL color Cylindrical-coordinate representation of color #7366D6: hue angle of 246.96º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7366D6 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 102 214 -
CMYK 0.46 0.52 0 0.16
HSL 246.96º 0.58% 0.62% -
HSV(B) 246.96º 0.52% 0.84% -
XYZ 23.96 18 65.83 -
YUV 118.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 115 102 214 0.46 0.52 0 0.16 246.96 0.58 0.62
Hex 73 66 D6 2E 34 0 10 F7 3A 3E
Octal 163 146 326 56 64 0 20 367 72 76
Binary 1110011 1100110 11010110 101110 110100 0 10000 11110111 111010 111110

Color Harmonies of #7366D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7366D6

Black with #7366D6

Text Example


Text Example

White with #7366D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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