Html Css Color HEX #7D7CCB Moody Blue

📋 copy color: '#7D7CCB'

red 125 ◦ green 124 ◦ blue 203

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

Shades of Moody Blue #7D7CCB

Tints of Moody Blue #7D7CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 27.65%
G = 27.43%
B = 44.91%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D7CCB (or 0x7D7CCB) is known color: Moody Blue. HEX triplet: 7D, 7C and CB. RGB value is (125,124,203). Sum of RGB (Red+Green+Blue) = 125+124+203=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D7CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7CCB is #828334. Grayscale: #848484. Windows color (decimal): -8553269 or 13335677. OLE color: 13335677.

HSL color Cylindrical-coordinate representation of color #7D7CCB: hue angle of 240.76º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D7CCB is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 124 203 -
CMYK 0.38 0.39 0 0.20
HSL 240.76º 0.43% 0.64% -
HSV(B) 240.76º 0.39% 0.8% -
XYZ 26.44 23.09 59.56 -
YUV 133.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 125 124 203 0.38 0.39 0 0.20 240.76 0.43 0.64
Hex 7D 7C CB 26 27 0 14 F1 2B 40
Octal 175 174 313 46 47 0 24 361 53 100
Binary 1111101 1111100 11001011 100110 100111 0 10100 11110001 101011 1000000

Color Harmonies of #7D7CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7CCB

Black with #7D7CCB

Text Example


Text Example

White with #7D7CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,124,203); }

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

background-color css

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

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

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

border-color css

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

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

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