#7B6BCA

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

Shades of Moody Blue #7B6BCA

Tints of Moody Blue #7B6BCA

Color information

#7B6BCA (or 0x7B6BCA) is unknown color: approx Moody Blue. HEX triplet: 7B, 6B and CA. RGB value is (123,107,202). Sum of RGB (Red+Green+Blue) = 123+107+202=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B6BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BCA is #849435. Grayscale: #7A7A7A. Windows color (decimal): -8688694 or 13265787. OLE color: 13265787.

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

Color convert

RGB123107202-
CMYK0.390.4700.21
HSL250.11º47.26%60.59%-
HSV(B)250.11º47.03%79.22%-
XYZ24.0918.9958.27-
YUV122.61172.8128.28-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 107 (42.19% from 255) = 24.77%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=28.47%
G=24.77%
B=46.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1231072020.390.4700.21250.1147.2660.59
Hex7B6BCA272F015fa2f3d
Octal17315331247570253725775
Binary111101111010111100101010011110111101010111111010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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