Html Css Color HEX #7D69BA Moody Blue

📋 copy color: '#7D69BA'

red 125 ◦ green 105 ◦ blue 186

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

Shades of Moody Blue #7D69BA

Tints of Moody Blue #7D69BA

RGB

 RED value IS 125 (49.22% from 255) = 30.05%

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

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

R = 30.05%
G = 25.24%
B = 44.71%

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

#7D69BA (or 0x7D69BA) is known color: Moody Blue. HEX triplet: 7D, 69 and BA. RGB value is (125,105,186). Sum of RGB (Red+Green+Blue) = 125+105+186=416 (55% of max value = 765). Red value is 125 (49.22% from 255 or 30.05% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69BA is #829645. Grayscale: #777777. Windows color (decimal): -8558150 or 12216701. OLE color: 12216701.

HSL color Cylindrical-coordinate representation of color #7D69BA: hue angle of 254.81º 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 #7D69BA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 105 186 -
CMYK 0.33 0.44 0 0.27
HSL 254.81º 0.37% 0.57% -
HSV(B) 254.81º 0.44% 0.73% -
XYZ 22.37 18.01 48.75 -
YUV 120.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 125 105 186 0.33 0.44 0 0.27 254.81 0.37 0.57
Hex 7D 69 BA 21 2C 0 1B FF 25 39
Octal 175 151 272 41 54 0 33 377 45 71
Binary 1111101 1101001 10111010 100001 101100 0 11011 11111111 100101 111001

Color Harmonies of #7D69BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D69BA

Black with #7D69BA

Text Example


Text Example

White with #7D69BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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