Html Css Color HEX #778CD0 Wild Blue Yonder

📋 copy color: '#778CD0'

red 119 ◦ green 140 ◦ blue 208

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

Shades of Wild Blue Yonder #778CD0

Tints of Wild Blue Yonder #778CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.54%

R = 25.48%
G = 29.98%
B = 44.54%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#778CD0 (or 0x778CD0) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and D0. RGB value is (119,140,208). Sum of RGB (Red+Green+Blue) = 119+140+208=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #778CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CD0 is #88732F. Grayscale: #8D8D8D. Windows color (decimal): -8942384 or 13667447. OLE color: 13667447.

HSL color Cylindrical-coordinate representation of color #778CD0: hue angle of 225.84º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778CD0 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 140 208 -
CMYK 0.43 0.33 0 0.18
HSL 225.84º 0.49% 0.64% -
HSV(B) 225.84º 0.43% 0.82% -
XYZ 28.37 27.23 63.44 -
YUV 141.47 165.54 111.97 -
System Red Green Blue C M Y K H S L
Decimal 119 140 208 0.43 0.33 0 0.18 225.84 0.49 0.64
Hex 77 8C D0 2B 21 0 12 E2 31 40
Octal 167 214 320 53 41 0 22 342 61 100
Binary 1110111 10001100 11010000 101011 100001 0 10010 11100010 110001 1000000

Color Harmonies of #778CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CD0

Black with #778CD0

Text Example


Text Example

White with #778CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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