#7B69CA

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

Shades of Moody Blue #7B69CA

Tints of Moody Blue #7B69CA

Color information

#7B69CA (or 0x7B69CA) is unknown color: approx Moody Blue. HEX triplet: 7B, 69 and CA. RGB value is (123,105,202). Sum of RGB (Red+Green+Blue) = 123+105+202=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B69CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B69CA is #849635. Grayscale: #797979. Windows color (decimal): -8689206 or 13265275. OLE color: 13265275.

HSL color Cylindrical-coordinate representation of color #7B69CA: hue angle of 251.13º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B69CA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB123105202-
CMYK0.390.4800.21
HSL251.13º47.78%60.2%-
HSV(B)251.13º48.02%79.22%-
XYZ23.8818.5858.2-
YUV121.44173.46129.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.60%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=28.60%
G=24.42%
B=46.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231052020.390.4800.21251.1347.7860.2
Hex7B69CA2730015fb303c
Octal17315131247600253736074
Binary111101111010011100101010011111000001010111111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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