#7D7BFF

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

Shades of Light Slate Blue #7D7BFF

Tints of Light Slate Blue #7D7BFF

Color information

#7D7BFF (or 0x7D7BFF) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 7B and FF. RGB value is (125,123,255). Sum of RGB (Red+Green+Blue) = 125+123+255=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D7BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D7BFF is #828400. Grayscale: #8A8A8A. Windows color (decimal): -8553473 or 16743293. OLE color: 16743293.

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

Color convert

RGB125123255-
CMYK0.510.5200
HSL240.91º100%74.12%-
HSV(B)240.91º51.76%100%-
XYZ33.5925.7597.81-
YUV138.65193.66118.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.85%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 255 (100% from 255) = 50.70%
R=24.85%
G=24.45%
B=50.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251232550.510.5200240.9110074.12
Hex7D7BFF333400f1644a
Octal175173377636400361144112
Binary1111101111101111111111110011110100001111000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D7BFF; }

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

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

<style>
 a { background-color: #7D7BFF; }

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

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

<style>
 span { border-color: #7D7BFF; }

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

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