Html Css Color HEX #778BCE Wild Blue Yonder

📋 copy color: '#778BCE'

red 119 ◦ green 139 ◦ blue 206

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

Shades of Wild Blue Yonder #778BCE

Tints of Wild Blue Yonder #778BCE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 25.65%
G = 29.96%
B = 44.4%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#778BCE (or 0x778BCE) is known color: Wild Blue Yonder. HEX triplet: 77, 8B and CE. RGB value is (119,139,206). Sum of RGB (Red+Green+Blue) = 119+139+206=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #778BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778BCE is #887431. Grayscale: #8C8C8C. Windows color (decimal): -8942642 or 13536119. OLE color: 13536119.

HSL color Cylindrical-coordinate representation of color #778BCE: hue angle of 226.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778BCE is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 139 206 -
CMYK 0.42 0.33 0 0.19
HSL 226.21º 0.47% 0.64% -
HSV(B) 226.21º 0.42% 0.81% -
XYZ 27.98 26.84 62.1 -
YUV 140.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 119 139 206 0.42 0.33 0 0.19 226.21 0.47 0.64
Hex 77 8B CE 2A 21 0 13 E2 2F 40
Octal 167 213 316 52 41 0 23 342 57 100
Binary 1110111 10001011 11001110 101010 100001 0 10011 11100010 101111 1000000

Color Harmonies of #778BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778BCE

Black with #778BCE

Text Example


Text Example

White with #778BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,139,206); }

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

background-color css

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

 a { background-color: rgb(119,139,206); }

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

border-color css

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

 span { border-color: rgb(119,139,206); }

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