Html Css Color HEX #778AB8 Wild Blue Yonder

📋 copy color: '#778AB8'

red 119 ◦ green 138 ◦ blue 184

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

Shades of Wild Blue Yonder #778AB8

Tints of Wild Blue Yonder #778AB8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.29%

 BLUE value IS 184 (72.27% from 255) = 41.72%

R = 26.98%
G = 31.29%
B = 41.72%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#778AB8 (or 0x778AB8) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and B8. RGB value is (119,138,184). Sum of RGB (Red+Green+Blue) = 119+138+184=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #778AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778AB8 is #887547. Grayscale: #898989. Windows color (decimal): -8942920 or 12094071. OLE color: 12094071.

HSL color Cylindrical-coordinate representation of color #778AB8: hue angle of 222.46º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #778AB8 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 138 184 -
CMYK 0.35 0.25 0 0.28
HSL 222.46º 0.31% 0.59% -
HSV(B) 222.46º 0.35% 0.72% -
XYZ 25.35 25.56 48.94 -
YUV 137.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 119 138 184 0.35 0.25 0 0.28 222.46 0.31 0.59
Hex 77 8A B8 23 19 0 1C DE 1F 3B
Octal 167 212 270 43 31 0 34 336 37 73
Binary 1110111 10001010 10111000 100011 11001 0 11100 11011110 11111 111011

Color Harmonies of #778AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778AB8

Black with #778AB8

Text Example


Text Example

White with #778AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778AB8; }

 p { color: rgb(119,138,184); }

 H1.HeaderClassName
 {
   color: #778AB8;
 }
 .AnyTagClassName
 {
   color: #778AB8;
 }
</style>

background-color css

<style>
 a { background-color: #778AB8; }

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

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

border-color css

<style>
 span { border-color: #778AB8; }

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

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