Html Css Color HEX #7D67C5 Moody Blue

📋 copy color: '#7D67C5'

red 125 ◦ green 103 ◦ blue 197

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

Shades of Moody Blue #7D67C5

Tints of Moody Blue #7D67C5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.24%

 BLUE value IS 197 (77.34% from 255) = 46.35%

R = 29.41%
G = 24.24%
B = 46.35%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7D67C5 (or 0x7D67C5) is known color: Moody Blue. HEX triplet: 7D, 67 and C5. RGB value is (125,103,197). Sum of RGB (Red+Green+Blue) = 125+103+197=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 197 (77.34% from 255 or 46.35% from 425); Max value from RGB is 197 - color contains mainly: blue. Hex color #7D67C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67C5 is #82983A. Grayscale: #777777. Windows color (decimal): -8558651 or 12937085. OLE color: 12937085.

HSL color Cylindrical-coordinate representation of color #7D67C5: hue angle of 254.04º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D67C5 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 103 197 -
CMYK 0.37 0.48 0 0.23
HSL 254.04º 0.45% 0.59% -
HSV(B) 254.04º 0.48% 0.77% -
XYZ 23.39 18.09 55.08 -
YUV 120.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 125 103 197 0.37 0.48 0 0.23 254.04 0.45 0.59
Hex 7D 67 C5 25 30 0 17 FE 2D 3B
Octal 175 147 305 45 60 0 27 376 55 73
Binary 1111101 1100111 11000101 100101 110000 0 10111 11111110 101101 111011

Color Harmonies of #7D67C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D67C5

Black with #7D67C5

Text Example


Text Example

White with #7D67C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,197); }

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

background-color css

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

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

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

border-color css

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

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

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