Html Css Color HEX #777DC4 Wild Blue Yonder

📋 copy color: '#777DC4'

red 119 ◦ green 125 ◦ blue 196

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

Shades of Wild Blue Yonder #777DC4

Tints of Wild Blue Yonder #777DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.55%

R = 27.05%
G = 28.41%
B = 44.55%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#777DC4 (or 0x777DC4) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and C4. RGB value is (119,125,196). Sum of RGB (Red+Green+Blue) = 119+125+196=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #777DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC4 is #88823B. Grayscale: #838383. Windows color (decimal): -8946236 or 12877175. OLE color: 12877175.

HSL color Cylindrical-coordinate representation of color #777DC4: hue angle of 235.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #777DC4 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 125 196 -
CMYK 0.39 0.36 0 0.23
HSL 235.32º 0.39% 0.62% -
HSV(B) 235.32º 0.39% 0.77% -
XYZ 24.91 22.57 55.27 -
YUV 131.3 164.51 119.23 -
System Red Green Blue C M Y K H S L
Decimal 119 125 196 0.39 0.36 0 0.23 235.32 0.39 0.62
Hex 77 7D C4 27 24 0 17 EB 27 3E
Octal 167 175 304 47 44 0 27 353 47 76
Binary 1110111 1111101 11000100 100111 100100 0 10111 11101011 100111 111110

Color Harmonies of #777DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DC4

Black with #777DC4

Text Example


Text Example

White with #777DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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