Html Css Color HEX #7D68BA Moody Blue

📋 copy color: '#7D68BA'

red 125 ◦ green 104 ◦ blue 186

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

Shades of Moody Blue #7D68BA

Tints of Moody Blue #7D68BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.06%

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

R = 30.12%
G = 25.06%
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

#7D68BA (or 0x7D68BA) is known color: Moody Blue. HEX triplet: 7D, 68 and BA. RGB value is (125,104,186). Sum of RGB (Red+Green+Blue) = 125+104+186=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 104 (41.02% from 255 or 25.06% 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 #7D68BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68BA is #829745. Grayscale: #777777. Windows color (decimal): -8558406 or 12216445. OLE color: 12216445.

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

Color convert

RGB 125 104 186 -
CMYK 0.33 0.44 0 0.27
HSL 255.37º 0.37% 0.57% -
HSV(B) 255.37º 0.44% 0.73% -
XYZ 22.27 17.81 48.72 -
YUV 119.63 165.46 131.83 -
System Red Green Blue C M Y K H S L
Decimal 125 104 186 0.33 0.44 0 0.27 255.37 0.37 0.57
Hex 7D 68 BA 21 2C 0 1B FF 25 39
Octal 175 150 272 41 54 0 33 377 45 71
Binary 1111101 1101000 10111010 100001 101100 0 11011 11111111 100101 111001

Color Harmonies of #7D68BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D68BA

Black with #7D68BA

Text Example


Text Example

White with #7D68BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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