Html Css Color HEX #7775CF Moody Blue

📋 copy color: '#7775CF'

red 119 ◦ green 117 ◦ blue 207

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

Shades of Moody Blue #7775CF

Tints of Moody Blue #7775CF

RGB

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

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

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

R = 26.86%
G = 26.41%
B = 46.73%

CMYK

 C value IS 0.43

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7775CF (or 0x7775CF) is known color: Moody Blue. HEX triplet: 77, 75 and CF. RGB value is (119,117,207). Sum of RGB (Red+Green+Blue) = 119+117+207=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #7775CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775CF is #888A30. Grayscale: #7F7F7F. Windows color (decimal): -8948273 or 13596023. OLE color: 13596023.

HSL color Cylindrical-coordinate representation of color #7775CF: hue angle of 241.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7775CF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 117 207 -
CMYK 0.43 0.43 0 0.19
HSL 241.33º 0.48% 0.64% -
HSV(B) 241.33º 0.43% 0.81% -
XYZ 25.23 21.15 61.78 -
YUV 127.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 119 117 207 0.43 0.43 0 0.19 241.33 0.48 0.64
Hex 77 75 CF 2B 2B 0 13 F1 30 40
Octal 167 165 317 53 53 0 23 361 60 100
Binary 1110111 1110101 11001111 101011 101011 0 10011 11110001 110000 1000000

Color Harmonies of #7775CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7775CF

Black with #7775CF

Text Example


Text Example

White with #7775CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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