Html Css Color HEX #778CCD Wild Blue Yonder

📋 copy color: '#778CCD'

red 119 ◦ green 140 ◦ blue 205

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

Shades of Wild Blue Yonder #778CCD

Tints of Wild Blue Yonder #778CCD

RGB

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

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

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

R = 25.65%
G = 30.17%
B = 44.18%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#778CCD (or 0x778CCD) is known color: Wild Blue Yonder. HEX triplet: 77, 8C and CD. RGB value is (119,140,205). Sum of RGB (Red+Green+Blue) = 119+140+205=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #778CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778CCD is #887332. Grayscale: #8C8C8C. Windows color (decimal): -8942387 or 13470839. OLE color: 13470839.

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

Color convert

RGB 119 140 205 -
CMYK 0.42 0.32 0 0.20
HSL 225.35º 0.46% 0.64% -
HSV(B) 225.35º 0.42% 0.8% -
XYZ 28.01 27.09 61.51 -
YUV 141.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 119 140 205 0.42 0.32 0 0.20 225.35 0.46 0.64
Hex 77 8C CD 2A 20 0 14 E1 2E 40
Octal 167 214 315 52 40 0 24 341 56 100
Binary 1110111 10001100 11001101 101010 100000 0 10100 11100001 101110 1000000

Color Harmonies of #778CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778CCD

Black with #778CCD

Text Example


Text Example

White with #778CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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