Html Css Color HEX #7360C0 Slate Blue

📋 copy color: '#7360C0'

red 115 ◦ green 96 ◦ blue 192

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

Shades of Slate Blue #7360C0

Tints of Slate Blue #7360C0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 28.54%
G = 23.82%
B = 47.64%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7360C0 (or 0x7360C0) is known color: Slate Blue. HEX triplet: 73, 60 and C0. RGB value is (115,96,192). Sum of RGB (Red+Green+Blue) = 115+96+192=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #7360C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360C0 is #8C9F3F. Grayscale: #707070. Windows color (decimal): -9215808 or 12607603. OLE color: 12607603.

HSL color Cylindrical-coordinate representation of color #7360C0: hue angle of 251.87º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7360C0 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 96 192 -
CMYK 0.40 0.50 0 0.25
HSL 251.88º 0.43% 0.56% -
HSV(B) 251.88º 0.5% 0.75% -
XYZ 20.77 15.82 51.83 -
YUV 112.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 115 96 192 0.40 0.50 0 0.25 251.88 0.43 0.56
Hex 73 60 C0 28 32 0 19 FC 2B 38
Octal 163 140 300 50 62 0 31 374 53 70
Binary 1110011 1100000 11000000 101000 110010 0 11001 11111100 101011 111000

Color Harmonies of #7360C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360C0

Black with #7360C0

Text Example


Text Example

White with #7360C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7360C0; }

 p { color: rgb(115,96,192); }

 H1.HeaderClassName
 {
   color: #7360C0;
 }
 .AnyTagClassName
 {
   color: #7360C0;
 }
</style>

background-color css

<style>
 a { background-color: #7360C0; }

 a { background-color: rgb(115,96,192); }

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

border-color css

<style>
 span { border-color: #7360C0; }

 span { border-color: rgb(115,96,192); }

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