#747BFF

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

Shades of Light Slate Blue #747BFF

Tints of Light Slate Blue #747BFF

Color information

#747BFF (or 0x747BFF) is unknown color: approx Light Slate Blue. HEX triplet: 74, 7B and FF. RGB value is (116,123,255). Sum of RGB (Red+Green+Blue) = 116+123+255=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #747BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747BFF is #8B8400. Grayscale: #878787. Windows color (decimal): -9143297 or 16743284. OLE color: 16743284.

HSL color Cylindrical-coordinate representation of color #747BFF: hue angle of 236.98º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #747BFF is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB116123255-
CMYK0.550.5200
HSL236.98º100%72.75%-
HSV(B)236.98º54.51%100%-
XYZ32.3425.197.75-
YUV135.95195.18113.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.48%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 255 (100% from 255) = 51.62%
R=23.48%
G=24.90%
B=51.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1161232550.550.5200236.9810072.75
Hex747BFF373400ed6449
Octal164173377676400355144111
Binary1110100111101111111111110111110100001110110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747BFF; }

 p { color: rgb(116,123,255); }

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

<style>
 a { background-color: #747BFF; }

 a { background-color: rgb(116,123,255); }

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

<style>
 span { border-color: #747BFF; }

 span { border-color: rgb(116,123,255); }

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