Html Css Color HEX #778DC4 Wild Blue Yonder

📋 copy color: '#778DC4'

red 119 ◦ green 141 ◦ blue 196

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

Shades of Wild Blue Yonder #778DC4

Tints of Wild Blue Yonder #778DC4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

 BLUE value IS 196 (76.95% from 255) = 42.98%

R = 26.1%
G = 30.92%
B = 42.98%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#778DC4 (or 0x778DC4) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and C4. RGB value is (119,141,196). Sum of RGB (Red+Green+Blue) = 119+141+196=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #778DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DC4 is #88723B. Grayscale: #8C8C8C. Windows color (decimal): -8942140 or 12881271. OLE color: 12881271.

HSL color Cylindrical-coordinate representation of color #778DC4: hue angle of 222.86º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778DC4 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 141 196 -
CMYK 0.39 0.28 0 0.23
HSL 222.86º 0.39% 0.62% -
HSV(B) 222.86º 0.39% 0.77% -
XYZ 27.1 26.96 56 -
YUV 140.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 119 141 196 0.39 0.28 0 0.23 222.86 0.39 0.62
Hex 77 8D C4 27 1C 0 17 DF 27 3E
Octal 167 215 304 47 34 0 27 337 47 76
Binary 1110111 10001101 11000100 100111 11100 0 10111 11011111 100111 111110

Color Harmonies of #778DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DC4

Black with #778DC4

Text Example


Text Example

White with #778DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,141,196); }

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

background-color css

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

 a { background-color: rgb(119,141,196); }

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

border-color css

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

 span { border-color: rgb(119,141,196); }

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