Html Css Color HEX #777EC3 Wild Blue Yonder

📋 copy color: '#777EC3'

red 119 ◦ green 126 ◦ blue 195

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

Shades of Wild Blue Yonder #777EC3

Tints of Wild Blue Yonder #777EC3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

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

R = 27.05%
G = 28.64%
B = 44.32%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#777EC3 (or 0x777EC3) is known color: Wild Blue Yonder. HEX triplet: 77, 7E and C3. RGB value is (119,126,195). Sum of RGB (Red+Green+Blue) = 119+126+195=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #777EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EC3 is #88813C. Grayscale: #838383. Windows color (decimal): -8945981 or 12811895. OLE color: 12811895.

HSL color Cylindrical-coordinate representation of color #777EC3: hue angle of 234.47º 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 #777EC3 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 126 195 -
CMYK 0.39 0.35 0 0.24
HSL 234.47º 0.39% 0.62% -
HSV(B) 234.47º 0.39% 0.76% -
XYZ 24.92 22.78 54.71 -
YUV 131.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 119 126 195 0.39 0.35 0 0.24 234.47 0.39 0.62
Hex 77 7E C3 27 23 0 18 EA 27 3E
Octal 167 176 303 47 43 0 30 352 47 76
Binary 1110111 1111110 11000011 100111 100011 0 11000 11101010 100111 111110

Color Harmonies of #777EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EC3

Black with #777EC3

Text Example


Text Example

White with #777EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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