Html Css Color HEX #7367D6 Slate Blue

📋 copy color: '#7367D6'

red 115 ◦ green 103 ◦ blue 214

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

Shades of Slate Blue #7367D6

Tints of Slate Blue #7367D6

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

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

R = 26.62%
G = 23.84%
B = 49.54%

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

#7367D6 (or 0x7367D6) is known color: Slate Blue. HEX triplet: 73, 67 and D6. RGB value is (115,103,214). Sum of RGB (Red+Green+Blue) = 115+103+214=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #7367D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367D6 is #8C9829. Grayscale: #767676. Windows color (decimal): -9213994 or 14051187. OLE color: 14051187.

HSL color Cylindrical-coordinate representation of color #7367D6: hue angle of 246.49º 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 #7367D6 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 103 214 -
CMYK 0.46 0.52 0 0.16
HSL 246.49º 0.58% 0.62% -
HSV(B) 246.49º 0.52% 0.84% -
XYZ 24.06 18.2 65.86 -
YUV 119.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 115 103 214 0.46 0.52 0 0.16 246.49 0.58 0.62
Hex 73 67 D6 2E 34 0 10 F6 3A 3E
Octal 163 147 326 56 64 0 20 366 72 76
Binary 1110011 1100111 11010110 101110 110100 0 10000 11110110 111010 111110

Color Harmonies of #7367D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367D6

Black with #7367D6

Text Example


Text Example

White with #7367D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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