#767CBF

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

Shades of Wild Blue Yonder #767CBF

Tints of Wild Blue Yonder #767CBF

Color information

#767CBF (or 0x767CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7C and BF. RGB value is (118,124,191). Sum of RGB (Red+Green+Blue) = 118+124+191=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #767CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767CBF is #898340. Grayscale: #818181. Windows color (decimal): -9012033 or 12549238. OLE color: 12549238.

HSL color Cylindrical-coordinate representation of color #767CBF: hue angle of 235.07º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #767CBF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118124191-
CMYK0.380.3500.25
HSL235.07º36.32%60.59%-
HSV(B)235.07º38.22%74.9%-
XYZ24.0822.0352.27-
YUV129.84162.51119.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 191 (75% from 255) = 44.11%
R=27.25%
G=28.64%
B=44.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181241910.380.3500.25235.0736.3260.59
Hex767CBF2623019eb243d
Octal16617427746430313534475
Binary111011011111001011111110011010001101100111101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,124,191); }

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

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

 a { background-color: rgb(118,124,191); }

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

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

 span { border-color: rgb(118,124,191); }

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