Html Css Color HEX #7D69BC Moody Blue

📋 copy color: '#7D69BC'

red 125 ◦ green 105 ◦ blue 188

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

Shades of Moody Blue #7D69BC

Tints of Moody Blue #7D69BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.98%

R = 29.9%
G = 25.12%
B = 44.98%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D69BC (or 0x7D69BC) is known color: Moody Blue. HEX triplet: 7D, 69 and BC. RGB value is (125,105,188). Sum of RGB (Red+Green+Blue) = 125+105+188=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D69BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69BC is #829643. Grayscale: #787878. Windows color (decimal): -8558148 or 12347773. OLE color: 12347773.

HSL color Cylindrical-coordinate representation of color #7D69BC: hue angle of 254.46º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D69BC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 105 188 -
CMYK 0.34 0.44 0 0.26
HSL 254.46º 0.38% 0.57% -
HSV(B) 254.46º 0.44% 0.74% -
XYZ 22.59 18.09 49.88 -
YUV 120.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 125 105 188 0.34 0.44 0 0.26 254.46 0.38 0.57
Hex 7D 69 BC 22 2C 0 1A FE 26 39
Octal 175 151 274 42 54 0 32 376 46 71
Binary 1111101 1101001 10111100 100010 101100 0 11010 11111110 100110 111001

Color Harmonies of #7D69BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D69BC

Black with #7D69BC

Text Example


Text Example

White with #7D69BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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