Html Css Color HEX #778CBB Wild Blue Yonder

📋 copy color: '#778CBB'

red 119 ◦ green 140 ◦ blue 187

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

Shades of Wild Blue Yonder #778CBB

Tints of Wild Blue Yonder #778CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

 BLUE value IS 187 (73.44% from 255) = 41.93%

R = 26.68%
G = 31.39%
B = 41.93%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#778CBB (or 0x778CBB) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and BB. RGB value is (119,140,187). Sum of RGB (Red+Green+Blue) = 119+140+187=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #778CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CBB is #887344. Grayscale: #8A8A8A. Windows color (decimal): -8942405 or 12291191. OLE color: 12291191.

HSL color Cylindrical-coordinate representation of color #778CBB: hue angle of 221.47º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778CBB is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 140 187 -
CMYK 0.36 0.25 0 0.27
HSL 221.47º 0.33% 0.6% -
HSV(B) 221.47º 0.36% 0.73% -
XYZ 25.96 26.27 50.72 -
YUV 139.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 119 140 187 0.36 0.25 0 0.27 221.47 0.33 0.6
Hex 77 8C BB 24 19 0 1B DD 21 3C
Octal 167 214 273 44 31 0 33 335 41 74
Binary 1110111 10001100 10111011 100100 11001 0 11011 11011101 100001 111100

Color Harmonies of #778CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CBB

Black with #778CBB

Text Example


Text Example

White with #778CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,140,187); }

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

background-color css

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

 a { background-color: rgb(119,140,187); }

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

border-color css

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

 span { border-color: rgb(119,140,187); }

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