Html Css Color HEX #767DAE Wild Blue Yonder

📋 copy color: '#767DAE'

red 118 ◦ green 125 ◦ blue 174

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

Shades of Wild Blue Yonder #767DAE

Tints of Wild Blue Yonder #767DAE

RGB

 RED value IS 118 (46.48% from 255) = 28.3%

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

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

R = 28.3%
G = 29.98%
B = 41.73%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#767DAE (or 0x767DAE) is known color: Wild Blue Yonder. HEX triplet: 76, 7D and AE. RGB value is (118,125,174). Sum of RGB (Red+Green+Blue) = 118+125+174=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #767DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767DAE is #898251. Grayscale: #808080. Windows color (decimal): -9011794 or 11435382. OLE color: 11435382.

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

Color convert

RGB 118 125 174 -
CMYK 0.32 0.28 0 0.32
HSL 232.5º 0.26% 0.57% -
HSV(B) 232.5º 0.32% 0.68% -
XYZ 22.44 21.57 43.03 -
YUV 128.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 118 125 174 0.32 0.28 0 0.32 232.5 0.26 0.57
Hex 76 7D AE 20 1C 0 20 E8 1A 39
Octal 166 175 256 40 34 0 40 350 32 71
Binary 1110110 1111101 10101110 100000 11100 0 100000 11101000 11010 111001

Color Harmonies of #767DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767DAE

Black with #767DAE

Text Example


Text Example

White with #767DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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