Html Css Color HEX #7775D7 Moody Blue

📋 copy color: '#7775D7'

red 119 ◦ green 117 ◦ blue 215

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

Shades of Moody Blue #7775D7

Tints of Moody Blue #7775D7

RGB

 RED value IS 119 (46.88% from 255) = 26.39%

 GREEN value IS 117 (46.09% from 255) = 25.94%

 BLUE value IS 215 (84.38% from 255) = 47.67%

R = 26.39%
G = 25.94%
B = 47.67%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7775D7 (or 0x7775D7) is known color: Moody Blue. HEX triplet: 77, 75 and D7. RGB value is (119,117,215). Sum of RGB (Red+Green+Blue) = 119+117+215=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #7775D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775D7 is #888A28. Grayscale: #808080. Windows color (decimal): -8948265 or 14120311. OLE color: 14120311.

HSL color Cylindrical-coordinate representation of color #7775D7: hue angle of 241.22º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7775D7 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 117 215 -
CMYK 0.45 0.46 0 0.16
HSL 241.22º 0.55% 0.65% -
HSV(B) 241.22º 0.46% 0.84% -
XYZ 26.23 21.55 67.07 -
YUV 128.77 176.66 121.03 -
System Red Green Blue C M Y K H S L
Decimal 119 117 215 0.45 0.46 0 0.16 241.22 0.55 0.65
Hex 77 75 D7 2D 2E 0 10 F1 37 41
Octal 167 165 327 55 56 0 20 361 67 101
Binary 1110111 1110101 11010111 101101 101110 0 10000 11110001 110111 1000001

Color Harmonies of #7775D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7775D7

Black with #7775D7

Text Example


Text Example

White with #7775D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7775D7; }

 p { color: rgb(119,117,215); }

 H1.HeaderClassName
 {
   color: #7775D7;
 }
 .AnyTagClassName
 {
   color: #7775D7;
 }
</style>

background-color css

<style>
 a { background-color: #7775D7; }

 a { background-color: rgb(119,117,215); }

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

border-color css

<style>
 span { border-color: #7775D7; }

 span { border-color: rgb(119,117,215); }

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