Html Css Color HEX #777DC0 Wild Blue Yonder

📋 copy color: '#777DC0'

red 119 ◦ green 125 ◦ blue 192

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

Shades of Wild Blue Yonder #777DC0

Tints of Wild Blue Yonder #777DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.67%

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 27.29%
G = 28.67%
B = 44.04%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#777DC0 (or 0x777DC0) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and C0. RGB value is (119,125,192). Sum of RGB (Red+Green+Blue) = 119+125+192=436 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.29% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #777DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC0 is #88823F. Grayscale: #828282. Windows color (decimal): -8946240 or 12615031. OLE color: 12615031.

HSL color Cylindrical-coordinate representation of color #777DC0: hue angle of 235.07º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #777DC0 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 125 192 -
CMYK 0.38 0.35 0 0.25
HSL 235.07º 0.37% 0.61% -
HSV(B) 235.07º 0.38% 0.75% -
XYZ 24.46 22.39 52.9 -
YUV 130.84 162.51 119.55 -
System Red Green Blue C M Y K H S L
Decimal 119 125 192 0.38 0.35 0 0.25 235.07 0.37 0.61
Hex 77 7D C0 26 23 0 19 EB 25 3D
Octal 167 175 300 46 43 0 31 353 45 75
Binary 1110111 1111101 11000000 100110 100011 0 11001 11101011 100101 111101

Color Harmonies of #777DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DC0

Black with #777DC0

Text Example


Text Example

White with #777DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777DC0; }

 p { color: rgb(119,125,192); }

 H1.HeaderClassName
 {
   color: #777DC0;
 }
 .AnyTagClassName
 {
   color: #777DC0;
 }
</style>

background-color css

<style>
 a { background-color: #777DC0; }

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

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

border-color css

<style>
 span { border-color: #777DC0; }

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

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