Html Css Color HEX #7D7DDB Moody Blue

📋 copy color: '#7D7DDB'

red 125 ◦ green 125 ◦ blue 219

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

Shades of Moody Blue #7D7DDB

Tints of Moody Blue #7D7DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.65%

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 26.65%
G = 26.65%
B = 46.7%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D7DDB (or 0x7D7DDB) is known color: Moody Blue. HEX triplet: 7D, 7D and DB. RGB value is (125,125,219). Sum of RGB (Red+Green+Blue) = 125+125+219=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7DDB is #828224. Grayscale: #878787. Windows color (decimal): -8552997 or 14384509. OLE color: 14384509.

HSL color Cylindrical-coordinate representation of color #7D7DDB: hue angle of 240º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7DDB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 125 219 -
CMYK 0.43 0.43 0 0.14
HSL 240º 0.57% 0.67% -
HSV(B) 240º 0.43% 0.86% -
XYZ 28.58 24.14 70.17 -
YUV 135.72 175 120.36 -
System Red Green Blue C M Y K H S L
Decimal 125 125 219 0.43 0.43 0 0.14 240 0.57 0.67
Hex 7D 7D DB 2B 2B 0 E F0 39 43
Octal 175 175 333 53 53 0 16 360 71 103
Binary 1111101 1111101 11011011 101011 101011 0 1110 11110000 111001 1000011

Color Harmonies of #7D7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7DDB

Black with #7D7DDB

Text Example


Text Example

White with #7D7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,125,219); }

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

background-color css

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

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

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

border-color css

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

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

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