Html Css Color HEX #787DAE Wild Blue Yonder

📋 copy color: '#787DAE'

red 120 ◦ green 125 ◦ blue 174

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

Shades of Wild Blue Yonder #787DAE

Tints of Wild Blue Yonder #787DAE

RGB

 RED value IS 120 (47.27% from 255) = 28.64%

 GREEN value IS 125 (49.22% from 255) = 29.83%

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 28.64%
G = 29.83%
B = 41.53%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#787DAE (or 0x787DAE) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and AE. RGB value is (120,125,174). Sum of RGB (Red+Green+Blue) = 120+125+174=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #787DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DAE is #878251. Grayscale: #808080. Windows color (decimal): -8880722 or 11435384. OLE color: 11435384.

HSL color Cylindrical-coordinate representation of color #787DAE: hue angle of 234.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #787DAE is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 125 174 -
CMYK 0.31 0.28 0 0.32
HSL 234.44º 0.25% 0.58% -
HSV(B) 234.44º 0.31% 0.68% -
XYZ 22.72 21.72 43.04 -
YUV 129.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 120 125 174 0.31 0.28 0 0.32 234.44 0.25 0.58
Hex 78 7D AE 1F 1C 0 20 EA 19 3A
Octal 170 175 256 37 34 0 40 352 31 72
Binary 1111000 1111101 10101110 11111 11100 0 100000 11101010 11001 111010

Color Harmonies of #787DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DAE

Black with #787DAE

Text Example


Text Example

White with #787DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787DAE; }

 p { color: rgb(120,125,174); }

 H1.HeaderClassName
 {
   color: #787DAE;
 }
 .AnyTagClassName
 {
   color: #787DAE;
 }
</style>

background-color css

<style>
 a { background-color: #787DAE; }

 a { background-color: rgb(120,125,174); }

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

border-color css

<style>
 span { border-color: #787DAE; }

 span { border-color: rgb(120,125,174); }

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