Html Css Color HEX #778ACD Wild Blue Yonder

📋 copy color: '#778ACD'

red 119 ◦ green 138 ◦ blue 205

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

Shades of Wild Blue Yonder #778ACD

Tints of Wild Blue Yonder #778ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.87%

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

R = 25.76%
G = 29.87%
B = 44.37%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#778ACD (or 0x778ACD) is known color: Wild Blue Yonder. HEX triplet: 77, 8A and CD. RGB value is (119,138,205). Sum of RGB (Red+Green+Blue) = 119+138+205=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #778ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778ACD is #887532. Grayscale: #8B8B8B. Windows color (decimal): -8942899 or 13470327. OLE color: 13470327.

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

Color convert

RGB 119 138 205 -
CMYK 0.42 0.33 0 0.20
HSL 226.74º 0.46% 0.64% -
HSV(B) 226.74º 0.42% 0.8% -
XYZ 27.72 26.51 61.41 -
YUV 139.96 164.71 113.05 -
System Red Green Blue C M Y K H S L
Decimal 119 138 205 0.42 0.33 0 0.20 226.74 0.46 0.64
Hex 77 8A CD 2A 21 0 14 E3 2E 40
Octal 167 212 315 52 41 0 24 343 56 100
Binary 1110111 10001010 11001101 101010 100001 0 10100 11100011 101110 1000000

Color Harmonies of #778ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778ACD

Black with #778ACD

Text Example


Text Example

White with #778ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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