#7B69FF

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

Shades of Light Slate Blue #7B69FF

Tints of Light Slate Blue #7B69FF

Color information

#7B69FF (or 0x7B69FF) is unknown color: approx Light Slate Blue. HEX triplet: 7B, 69 and FF. RGB value is (123,105,255). Sum of RGB (Red+Green+Blue) = 123+105+255=483 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.47% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B69FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B69FF is #849600. Grayscale: #7E7E7E. Windows color (decimal): -8689153 or 16738683. OLE color: 16738683.

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

Color convert

RGB123105255-
CMYK0.520.5900
HSL247.2º100%70.59%-
HSV(B)247.2º58.82%100%-
XYZ31.2721.5397.12-
YUV127.48199.96124.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.47%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 255 (100% from 255) = 52.80%
R=25.47%
G=21.74%
B=52.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1231052550.520.5900247.210070.59
Hex7B69FF343B00f76447
Octal173151377647300367144107
Binary1111011110100111111111110100111011001111011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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