Html Css Color HEX #7360CB Slate Blue

📋 copy color: '#7360CB'

red 115 ◦ green 96 ◦ blue 203

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

Shades of Slate Blue #7360CB

Tints of Slate Blue #7360CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 27.78%
G = 23.19%
B = 49.03%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7360CB (or 0x7360CB) is known color: Slate Blue. HEX triplet: 73, 60 and CB. RGB value is (115,96,203). Sum of RGB (Red+Green+Blue) = 115+96+203=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #7360CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360CB is #8C9F34. Grayscale: #717171. Windows color (decimal): -9215797 or 13328499. OLE color: 13328499.

HSL color Cylindrical-coordinate representation of color #7360CB: hue angle of 250.65º 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 #7360CB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 96 203 -
CMYK 0.43 0.53 0 0.20
HSL 250.65º 0.51% 0.59% -
HSV(B) 250.65º 0.53% 0.8% -
XYZ 22.03 16.32 58.49 -
YUV 113.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 115 96 203 0.43 0.53 0 0.20 250.65 0.51 0.59
Hex 73 60 CB 2B 35 0 14 FB 33 3B
Octal 163 140 313 53 65 0 24 373 63 73
Binary 1110011 1100000 11001011 101011 110101 0 10100 11111011 110011 111011

Color Harmonies of #7360CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7360CB

Black with #7360CB

Text Example


Text Example

White with #7360CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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