Html Css Color HEX #7D69CE Moody Blue

📋 copy color: '#7D69CE'

red 125 ◦ green 105 ◦ blue 206

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

Shades of Moody Blue #7D69CE

Tints of Moody Blue #7D69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 28.67%
G = 24.08%
B = 47.25%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D69CE (or 0x7D69CE) is known color: Moody Blue. HEX triplet: 7D, 69 and CE. RGB value is (125,105,206). Sum of RGB (Red+Green+Blue) = 125+105+206=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D69CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69CE is #829631. Grayscale: #7A7A7A. Windows color (decimal): -8558130 or 13527421. OLE color: 13527421.

HSL color Cylindrical-coordinate representation of color #7D69CE: hue angle of 251.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D69CE is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 105 206 -
CMYK 0.39 0.49 0 0.19
HSL 251.88º 0.51% 0.61% -
HSV(B) 251.88º 0.49% 0.81% -
XYZ 24.65 18.92 60.75 -
YUV 122.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 125 105 206 0.39 0.49 0 0.19 251.88 0.51 0.61
Hex 7D 69 CE 27 31 0 13 FC 33 3D
Octal 175 151 316 47 61 0 23 374 63 75
Binary 1111101 1101001 11001110 100111 110001 0 10011 11111100 110011 111101

Color Harmonies of #7D69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D69CE

Black with #7D69CE

Text Example


Text Example

White with #7D69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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