Html Css Color HEX #778FCD Wild Blue Yonder

📋 copy color: '#778FCD'

red 119 ◦ green 143 ◦ blue 205

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

Shades of Wild Blue Yonder #778FCD

Tints of Wild Blue Yonder #778FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 25.48%
G = 30.62%
B = 43.9%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#778FCD (or 0x778FCD) is known color: Wild Blue Yonder. HEX triplet: 77, 8F and CD. RGB value is (119,143,205). Sum of RGB (Red+Green+Blue) = 119+143+205=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #778FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778FCD is #887032. Grayscale: #8E8E8E. Windows color (decimal): -8941619 or 13471607. OLE color: 13471607.

HSL color Cylindrical-coordinate representation of color #778FCD: hue angle of 223.26º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778FCD is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 143 205 -
CMYK 0.42 0.30 0 0.20
HSL 223.26º 0.46% 0.64% -
HSV(B) 223.26º 0.42% 0.8% -
XYZ 28.45 27.97 61.66 -
YUV 142.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 119 143 205 0.42 0.30 0 0.20 223.26 0.46 0.64
Hex 77 8F CD 2A 1E 0 14 DF 2E 40
Octal 167 217 315 52 36 0 24 337 56 100
Binary 1110111 10001111 11001101 101010 11110 0 10100 11011111 101110 1000000

Color Harmonies of #778FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778FCD

Black with #778FCD

Text Example


Text Example

White with #778FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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