Html Css Color HEX #7D7FCF Moody Blue

📋 copy color: '#7D7FCF'

red 125 ◦ green 127 ◦ blue 207

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

Shades of Moody Blue #7D7FCF

Tints of Moody Blue #7D7FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 27.23%
G = 27.67%
B = 45.1%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D7FCF (or 0x7D7FCF) is known color: Moody Blue. HEX triplet: 7D, 7F and CF. RGB value is (125,127,207). Sum of RGB (Red+Green+Blue) = 125+127+207=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D7FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7FCF is #828030. Grayscale: #878787. Windows color (decimal): -8552497 or 13598589. OLE color: 13598589.

HSL color Cylindrical-coordinate representation of color #7D7FCF: hue angle of 238.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D7FCF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 127 207 -
CMYK 0.40 0.39 0 0.19
HSL 238.54º 0.46% 0.65% -
HSV(B) 238.54º 0.4% 0.81% -
XYZ 27.31 24.04 62.23 -
YUV 135.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 125 127 207 0.40 0.39 0 0.19 238.54 0.46 0.65
Hex 7D 7F CF 28 27 0 13 EF 2E 41
Octal 175 177 317 50 47 0 23 357 56 101
Binary 1111101 1111111 11001111 101000 100111 0 10011 11101111 101110 1000001

Color Harmonies of #7D7FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7FCF

Black with #7D7FCF

Text Example


Text Example

White with #7D7FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,127,207); }

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

background-color css

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

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

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

border-color css

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

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

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