Html Css Color HEX #7368CE Slate Blue

📋 copy color: '#7368CE'

red 115 ◦ green 104 ◦ blue 206

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

Shades of Slate Blue #7368CE

Tints of Slate Blue #7368CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 27.06%
G = 24.47%
B = 48.47%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7368CE (or 0x7368CE) is known color: Slate Blue. HEX triplet: 73, 68 and CE. RGB value is (115,104,206). Sum of RGB (Red+Green+Blue) = 115+104+206=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #7368CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368CE is #8C9731. Grayscale: #767676. Windows color (decimal): -9213746 or 13527155. OLE color: 13527155.

HSL color Cylindrical-coordinate representation of color #7368CE: hue angle of 246.47º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7368CE is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 104 206 -
CMYK 0.44 0.50 0 0.19
HSL 246.47º 0.51% 0.61% -
HSV(B) 246.47º 0.5% 0.81% -
XYZ 23.16 18 60.65 -
YUV 118.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 115 104 206 0.44 0.50 0 0.19 246.47 0.51 0.61
Hex 73 68 CE 2C 32 0 13 F6 33 3D
Octal 163 150 316 54 62 0 23 366 63 75
Binary 1110011 1101000 11001110 101100 110010 0 10011 11110110 110011 111101

Color Harmonies of #7368CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7368CE

Black with #7368CE

Text Example


Text Example

White with #7368CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7368CE; }

 p { color: rgb(115,104,206); }

 H1.HeaderClassName
 {
   color: #7368CE;
 }
 .AnyTagClassName
 {
   color: #7368CE;
 }
</style>

background-color css

<style>
 a { background-color: #7368CE; }

 a { background-color: rgb(115,104,206); }

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

border-color css

<style>
 span { border-color: #7368CE; }

 span { border-color: rgb(115,104,206); }

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