Html Css Color HEX #777DC3 Wild Blue Yonder

📋 copy color: '#777DC3'

red 119 ◦ green 125 ◦ blue 195

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

Shades of Wild Blue Yonder #777DC3

Tints of Wild Blue Yonder #777DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.42%

R = 27.11%
G = 28.47%
B = 44.42%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777DC3 (or 0x777DC3) is known color: Wild Blue Yonder. HEX triplet: 77, 7D and C3. RGB value is (119,125,195). Sum of RGB (Red+Green+Blue) = 119+125+195=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #777DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DC3 is #88823C. Grayscale: #828282. Windows color (decimal): -8946237 or 12811639. OLE color: 12811639.

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

Color convert

RGB 119 125 195 -
CMYK 0.39 0.36 0 0.24
HSL 235.26º 0.39% 0.62% -
HSV(B) 235.26º 0.39% 0.76% -
XYZ 24.79 22.53 54.67 -
YUV 131.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 119 125 195 0.39 0.36 0 0.24 235.26 0.39 0.62
Hex 77 7D C3 27 24 0 18 EB 27 3E
Octal 167 175 303 47 44 0 30 353 47 76
Binary 1110111 1111101 11000011 100111 100100 0 11000 11101011 100111 111110

Color Harmonies of #777DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DC3

Black with #777DC3

Text Example


Text Example

White with #777DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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