Html Css Color HEX #7367D0 Slate Blue

📋 copy color: '#7367D0'

red 115 ◦ green 103 ◦ blue 208

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

Shades of Slate Blue #7367D0

Tints of Slate Blue #7367D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.83%

R = 27%
G = 24.18%
B = 48.83%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7367D0 (or 0x7367D0) is known color: Slate Blue. HEX triplet: 73, 67 and D0. RGB value is (115,103,208). Sum of RGB (Red+Green+Blue) = 115+103+208=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #7367D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367D0 is #8C982F. Grayscale: #767676. Windows color (decimal): -9214000 or 13657971. OLE color: 13657971.

HSL color Cylindrical-coordinate representation of color #7367D0: hue angle of 246.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7367D0 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 115 103 208 -
CMYK 0.45 0.50 0 0.18
HSL 246.86º 0.53% 0.61% -
HSV(B) 246.86º 0.5% 0.82% -
XYZ 23.31 17.9 61.9 -
YUV 118.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 115 103 208 0.45 0.50 0 0.18 246.86 0.53 0.61
Hex 73 67 D0 2D 32 0 12 F7 35 3D
Octal 163 147 320 55 62 0 22 367 65 75
Binary 1110011 1100111 11010000 101101 110010 0 10010 11110111 110101 111101

Color Harmonies of #7367D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367D0

Black with #7367D0

Text Example


Text Example

White with #7367D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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