Html Css Color HEX #7367CC Slate Blue

📋 copy color: '#7367CC'

red 115 ◦ green 103 ◦ blue 204

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

Shades of Slate Blue #7367CC

Tints of Slate Blue #7367CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 27.25%
G = 24.41%
B = 48.34%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7367CC (or 0x7367CC) is known color: Slate Blue. HEX triplet: 73, 67 and CC. RGB value is (115,103,204). Sum of RGB (Red+Green+Blue) = 115+103+204=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #7367CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7367CC is #8C9833. Grayscale: #757575. Windows color (decimal): -9214004 or 13395827. OLE color: 13395827.

HSL color Cylindrical-coordinate representation of color #7367CC: hue angle of 247.13º 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 #7367CC is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 103 204 -
CMYK 0.44 0.50 0 0.2
HSL 247.13º 0.5% 0.6% -
HSV(B) 247.13º 0.5% 0.8% -
XYZ 22.82 17.7 59.34 -
YUV 118.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 115 103 204 0.44 0.50 0 0.2 247.13 0.5 0.6
Hex 73 67 CC 2C 32 0 14 F7 32 3C
Octal 163 147 314 54 62 0 24 367 62 74
Binary 1110011 1100111 11001100 101100 110010 0 10100 11110111 110010 111100

Color Harmonies of #7367CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7367CC

Black with #7367CC

Text Example


Text Example

White with #7367CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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