#767DBA

Color #767DBA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #767DBA

Tints of Wild Blue Yonder #767DBA

Color information

#767DBA (or 0x767DBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7D and BA. RGB value is (118,125,186). Sum of RGB (Red+Green+Blue) = 118+125+186=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #767DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DBA is #898245. Grayscale: #818181. Windows color (decimal): -9011782 or 12221814. OLE color: 12221814.

HSL color Cylindrical-coordinate representation of color #767DBA: hue angle of 233.82º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #767DBA is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118125186-
CMYK0.370.3300.27
HSL233.82º33.01%59.61%-
HSV(B)233.82º36.56%72.94%-
XYZ23.6722.0649.47-
YUV129.86159.68119.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.51%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=27.51%
G=29.14%
B=43.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181251860.370.3300.27233.8233.0159.61
Hex767DBA252101Bea213c
Octal16617527245410333524174
Binary111011011111011011101010010110000101101111101010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #767DBA;
 }
 .AnyTagClassName
 {
   color: #767DBA;
 }
</style>
background-color css

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

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

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

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

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

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