Html Css Color HEX #778CCE Wild Blue Yonder

📋 copy color: '#778CCE'

red 119 ◦ green 140 ◦ blue 206

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

Shades of Wild Blue Yonder #778CCE

Tints of Wild Blue Yonder #778CCE

RGB

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

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

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

R = 25.59%
G = 30.11%
B = 44.3%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#778CCE (or 0x778CCE) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and CE. RGB value is (119,140,206). Sum of RGB (Red+Green+Blue) = 119+140+206=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #778CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CCE is #887331. Grayscale: #8C8C8C. Windows color (decimal): -8942386 or 13536375. OLE color: 13536375.

HSL color Cylindrical-coordinate representation of color #778CCE: hue angle of 225.52º 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 #778CCE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 140 206 -
CMYK 0.42 0.32 0 0.19
HSL 225.52º 0.47% 0.64% -
HSV(B) 225.52º 0.42% 0.81% -
XYZ 28.13 27.13 62.15 -
YUV 141.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 119 140 206 0.42 0.32 0 0.19 225.52 0.47 0.64
Hex 77 8C CE 2A 20 0 13 E2 2F 40
Octal 167 214 316 52 40 0 23 342 57 100
Binary 1110111 10001100 11001110 101010 100000 0 10011 11100010 101111 1000000

Color Harmonies of #778CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CCE

Black with #778CCE

Text Example


Text Example

White with #778CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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