Html Css Color HEX #7D83CF Moody Blue

📋 copy color: '#7D83CF'

red 125 ◦ green 131 ◦ blue 207

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

Shades of Moody Blue #7D83CF

Tints of Moody Blue #7D83CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

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

R = 27%
G = 28.29%
B = 44.71%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D83CF (or 0x7D83CF) is known color: Moody Blue. HEX triplet: 7D, 83 and CF. RGB value is (125,131,207). Sum of RGB (Red+Green+Blue) = 125+131+207=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D83CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D83CF is #827C30. Grayscale: #898989. Windows color (decimal): -8551473 or 13599613. OLE color: 13599613.

HSL color Cylindrical-coordinate representation of color #7D83CF: hue angle of 235.61º 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 #7D83CF is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 131 207 -
CMYK 0.40 0.37 0 0.19
HSL 235.61º 0.46% 0.65% -
HSV(B) 235.61º 0.4% 0.81% -
XYZ 27.84 25.1 62.41 -
YUV 137.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 125 131 207 0.40 0.37 0 0.19 235.61 0.46 0.65
Hex 7D 83 CF 28 25 0 13 EC 2E 41
Octal 175 203 317 50 45 0 23 354 56 101
Binary 1111101 10000011 11001111 101000 100101 0 10011 11101100 101110 1000001

Color Harmonies of #7D83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D83CF

Black with #7D83CF

Text Example


Text Example

White with #7D83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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