Html Css Color HEX #7360CC Slate Blue

📋 copy color: '#7360CC'

red 115 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #7360CC

Tints of Slate Blue #7360CC

RGB

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

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

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

R = 27.71%
G = 23.13%
B = 49.16%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7360CC (or 0x7360CC) is known color: Slate Blue. HEX triplet: 73, 60 and CC. RGB value is (115,96,204). Sum of RGB (Red+Green+Blue) = 115+96+204=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #7360CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360CC is #8C9F33. Grayscale: #717171. Windows color (decimal): -9215796 or 13394035. OLE color: 13394035.

HSL color Cylindrical-coordinate representation of color #7360CC: hue angle of 250.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7360CC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 115 96 204 -
CMYK 0.44 0.53 0 0.2
HSL 250.56º 0.51% 0.59% -
HSV(B) 250.56º 0.53% 0.8% -
XYZ 22.15 16.37 59.12 -
YUV 113.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 115 96 204 0.44 0.53 0 0.2 250.56 0.51 0.59
Hex 73 60 CC 2C 35 0 14 FB 33 3B
Octal 163 140 314 54 65 0 24 373 63 73
Binary 1110011 1100000 11001100 101100 110101 0 10100 11111011 110011 111011

Color Harmonies of #7360CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360CC

Black with #7360CC

Text Example


Text Example

White with #7360CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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