Html Css Color HEX #7360CF Slate Blue

📋 copy color: '#7360CF'

red 115 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #7360CF

Tints of Slate Blue #7360CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 27.51%
G = 22.97%
B = 49.52%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7360CF (or 0x7360CF) is known color: Slate Blue. HEX triplet: 73, 60 and CF. RGB value is (115,96,207). Sum of RGB (Red+Green+Blue) = 115+96+207=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #7360CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360CF is #8C9F30. Grayscale: #717171. Windows color (decimal): -9215793 or 13590643. OLE color: 13590643.

HSL color Cylindrical-coordinate representation of color #7360CF: hue angle of 250.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7360CF is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 115 96 207 -
CMYK 0.44 0.54 0 0.19
HSL 250.27º 0.54% 0.59% -
HSV(B) 250.27º 0.54% 0.81% -
XYZ 22.52 16.52 61.03 -
YUV 114.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 115 96 207 0.44 0.54 0 0.19 250.27 0.54 0.59
Hex 73 60 CF 2C 36 0 13 FA 36 3B
Octal 163 140 317 54 66 0 23 372 66 73
Binary 1110011 1100000 11001111 101100 110110 0 10011 11111010 110110 111011

Color Harmonies of #7360CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360CF

Black with #7360CF

Text Example


Text Example

White with #7360CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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