Html Css Color HEX #778CCF Wild Blue Yonder

📋 copy color: '#778CCF'

red 119 ◦ green 140 ◦ blue 207

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

Shades of Wild Blue Yonder #778CCF

Tints of Wild Blue Yonder #778CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 25.54%
G = 30.04%
B = 44.42%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#778CCF (or 0x778CCF) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and CF. RGB value is (119,140,207). Sum of RGB (Red+Green+Blue) = 119+140+207=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #778CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CCF is #887330. Grayscale: #8D8D8D. Windows color (decimal): -8942385 or 13601911. OLE color: 13601911.

HSL color Cylindrical-coordinate representation of color #778CCF: hue angle of 225.68º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #778CCF is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 140 207 -
CMYK 0.43 0.32 0 0.19
HSL 225.68º 0.48% 0.64% -
HSV(B) 225.68º 0.43% 0.81% -
XYZ 28.25 27.18 62.79 -
YUV 141.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 119 140 207 0.43 0.32 0 0.19 225.68 0.48 0.64
Hex 77 8C CF 2B 20 0 13 E2 30 40
Octal 167 214 317 53 40 0 23 342 60 100
Binary 1110111 10001100 11001111 101011 100000 0 10011 11100010 110000 1000000

Color Harmonies of #778CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CCF

Black with #778CCF

Text Example


Text Example

White with #778CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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