#7368CB

Color #7368CB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7368CB

Tints of Slate Blue #7368CB

Color information

#7368CB (or 0x7368CB) is unknown color: approx Slate Blue. HEX triplet: 73, 68 and CB. RGB value is (115,104,203). Sum of RGB (Red+Green+Blue) = 115+104+203=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 104 (41.02% from 255 or 24.64% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #7368CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7368CB is #8C9734. Grayscale: #767676. Windows color (decimal): -9213749 or 13330547. OLE color: 13330547.

HSL color Cylindrical-coordinate representation of color #7368CB: hue angle of 246.67º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7368CB is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115104203-
CMYK0.430.4900.20
HSL246.67º48.77%60.2%-
HSV(B)246.67º48.77%79.61%-
XYZ22.817.8658.75-
YUV118.57175.64125.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 104 (41.02% from 255) = 24.64%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=27.25%
G=24.64%
B=48.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151042030.430.4900.20246.6748.7760.2
Hex7368CB2B31014f7313c
Octal16315031353610243676174
Binary111001111010001100101110101111000101010011110111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7368CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7368CB;
 }
 .AnyTagClassName
 {
   color: #7368CB;
 }
</style>
background-color css

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

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

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

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

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

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