Html Css Color HEX #778DCB Wild Blue Yonder

📋 copy color: '#778DCB'

red 119 ◦ green 141 ◦ blue 203

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

Shades of Wild Blue Yonder #778DCB

Tints of Wild Blue Yonder #778DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 25.7%
G = 30.45%
B = 43.84%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#778DCB (or 0x778DCB) is known color: Wild Blue Yonder. HEX triplet: 77, 8D and CB. RGB value is (119,141,203). Sum of RGB (Red+Green+Blue) = 119+141+203=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #778DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #778DCB is #887234. Grayscale: #8D8D8D. Windows color (decimal): -8942133 or 13340023. OLE color: 13340023.

HSL color Cylindrical-coordinate representation of color #778DCB: hue angle of 224.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778DCB is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 141 203 -
CMYK 0.41 0.31 0 0.20
HSL 224.29º 0.45% 0.63% -
HSV(B) 224.29º 0.41% 0.8% -
XYZ 27.91 27.28 60.3 -
YUV 141.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 119 141 203 0.41 0.31 0 0.20 224.29 0.45 0.63
Hex 77 8D CB 29 1F 0 14 E0 2D 3F
Octal 167 215 313 51 37 0 24 340 55 77
Binary 1110111 10001101 11001011 101001 11111 0 10100 11100000 101101 111111

Color Harmonies of #778DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778DCB

Black with #778DCB

Text Example


Text Example

White with #778DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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