Html Css Color HEX #778FCE Wild Blue Yonder

📋 copy color: '#778FCE'

red 119 ◦ green 143 ◦ blue 206

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

Shades of Wild Blue Yonder #778FCE

Tints of Wild Blue Yonder #778FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 25.43%
G = 30.56%
B = 44.02%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#778FCE (or 0x778FCE) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and CE. RGB value is (119,143,206). Sum of RGB (Red+Green+Blue) = 119+143+206=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #778FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FCE is #887031. Grayscale: #8E8E8E. Windows color (decimal): -8941618 or 13537143. OLE color: 13537143.

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

Color convert

RGB 119 143 206 -
CMYK 0.42 0.31 0 0.19
HSL 223.45º 0.47% 0.64% -
HSV(B) 223.45º 0.42% 0.81% -
XYZ 28.57 28.02 62.3 -
YUV 143.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 119 143 206 0.42 0.31 0 0.19 223.45 0.47 0.64
Hex 77 8F CE 2A 1F 0 13 DF 2F 40
Octal 167 217 316 52 37 0 23 337 57 100
Binary 1110111 10001111 11001110 101010 11111 0 10011 11011111 101111 1000000

Color Harmonies of #778FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FCE

Black with #778FCE

Text Example


Text Example

White with #778FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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