Html Css Color HEX #7C69BA Moody Blue

📋 copy color: '#7C69BA'

red 124 ◦ green 105 ◦ blue 186

#7C69BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7C69BA

Tints of Moody Blue #7C69BA

RGB

 RED value IS 124 (48.83% from 255) = 29.88%

 GREEN value IS 105 (41.41% from 255) = 25.3%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 29.88%
G = 25.3%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C69BA (or 0x7C69BA) is known color: Moody Blue. HEX triplet: 7C, 69 and BA. RGB value is (124,105,186). Sum of RGB (Red+Green+Blue) = 124+105+186=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C69BA is #839645. Grayscale: #777777. Windows color (decimal): -8623686 or 12216700. OLE color: 12216700.

HSL color Cylindrical-coordinate representation of color #7C69BA: hue angle of 254.07º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C69BA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 105 186 -
CMYK 0.33 0.44 0 0.27
HSL 254.07º 0.37% 0.57% -
HSV(B) 254.07º 0.44% 0.73% -
XYZ 22.23 17.93 48.74 -
YUV 119.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 124 105 186 0.33 0.44 0 0.27 254.07 0.37 0.57
Hex 7C 69 BA 21 2C 0 1B FE 25 39
Octal 174 151 272 41 54 0 33 376 45 71
Binary 1111100 1101001 10111010 100001 101100 0 11011 11111110 100101 111001

Color Harmonies of #7C69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C69BA

Black with #7C69BA

Text Example


Text Example

White with #7C69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,186); }

 H1.HeaderClassName
 {
   color: #7C69BA;
 }
 .AnyTagClassName
 {
   color: #7C69BA;
 }
</style>

background-color css

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

 a { background-color: rgb(124,105,186); }

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

border-color css

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

 span { border-color: rgb(124,105,186); }

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