Html Css Color HEX #778CBC Wild Blue Yonder

📋 copy color: '#778CBC'

red 119 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #778CBC

Tints of Wild Blue Yonder #778CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 26.62%
G = 31.32%
B = 42.06%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#778CBC (or 0x778CBC) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and BC. RGB value is (119,140,188). Sum of RGB (Red+Green+Blue) = 119+140+188=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #778CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CBC is #887343. Grayscale: #8A8A8A. Windows color (decimal): -8942404 or 12356727. OLE color: 12356727.

HSL color Cylindrical-coordinate representation of color #778CBC: hue angle of 221.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #778CBC is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 140 188 -
CMYK 0.37 0.26 0 0.26
HSL 221.74º 0.34% 0.6% -
HSV(B) 221.74º 0.37% 0.74% -
XYZ 26.06 26.31 51.28 -
YUV 139.19 155.54 113.6 -
System Red Green Blue C M Y K H S L
Decimal 119 140 188 0.37 0.26 0 0.26 221.74 0.34 0.6
Hex 77 8C BC 25 1A 0 1A DE 22 3C
Octal 167 214 274 45 32 0 32 336 42 74
Binary 1110111 10001100 10111100 100101 11010 0 11010 11011110 100010 111100

Color Harmonies of #778CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CBC

Black with #778CBC

Text Example


Text Example

White with #778CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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