Html Css Color HEX #7367CD Slate Blue

📋 copy color: '#7367CD'

red 115 ◦ green 103 ◦ blue 205

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

Shades of Slate Blue #7367CD

Tints of Slate Blue #7367CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 27.19%
G = 24.35%
B = 48.46%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7367CD (or 0x7367CD) is known color: Slate Blue. HEX triplet: 73, 67 and CD. RGB value is (115,103,205). Sum of RGB (Red+Green+Blue) = 115+103+205=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #7367CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367CD is #8C9832. Grayscale: #757575. Windows color (decimal): -9214003 or 13461363. OLE color: 13461363.

HSL color Cylindrical-coordinate representation of color #7367CD: hue angle of 247.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7367CD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 103 205 -
CMYK 0.44 0.50 0 0.20
HSL 247.06º 0.5% 0.6% -
HSV(B) 247.06º 0.5% 0.8% -
XYZ 22.94 17.75 59.98 -
YUV 118.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 115 103 205 0.44 0.50 0 0.20 247.06 0.5 0.6
Hex 73 67 CD 2C 32 0 14 F7 32 3C
Octal 163 147 315 54 62 0 24 367 62 74
Binary 1110011 1100111 11001101 101100 110010 0 10100 11110111 110010 111100

Color Harmonies of #7367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367CD

Black with #7367CD

Text Example


Text Example

White with #7367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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