Html Css Color HEX #7777CF Moody Blue

📋 copy color: '#7777CF'

red 119 ◦ green 119 ◦ blue 207

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

Shades of Moody Blue #7777CF

Tints of Moody Blue #7777CF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.74%

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

R = 26.74%
G = 26.74%
B = 46.52%

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

#7777CF (or 0x7777CF) is known color: Moody Blue. HEX triplet: 77, 77 and CF. RGB value is (119,119,207). Sum of RGB (Red+Green+Blue) = 119+119+207=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #7777CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7777CF is #888830. Grayscale: #808080. Windows color (decimal): -8947761 or 13596535. OLE color: 13596535.

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

Color convert

RGB 119 119 207 -
CMYK 0.43 0.43 0 0.19
HSL 240º 0.48% 0.64% -
HSV(B) 240º 0.43% 0.81% -
XYZ 25.47 21.62 61.86 -
YUV 129.03 172 120.84 -
System Red Green Blue C M Y K H S L
Decimal 119 119 207 0.43 0.43 0 0.19 240 0.48 0.64
Hex 77 77 CF 2B 2B 0 13 F0 30 40
Octal 167 167 317 53 53 0 23 360 60 100
Binary 1110111 1110111 11001111 101011 101011 0 10011 11110000 110000 1000000

Color Harmonies of #7777CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7777CF

Black with #7777CF

Text Example


Text Example

White with #7777CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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