#767FC3

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

Shades of Wild Blue Yonder #767FC3

Tints of Wild Blue Yonder #767FC3

Color information

#767FC3 (or 0x767FC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7F and C3. RGB value is (118,127,195). Sum of RGB (Red+Green+Blue) = 118+127+195=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #767FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FC3 is #89803C. Grayscale: #838383. Windows color (decimal): -9011261 or 12812150. OLE color: 12812150.

HSL color Cylindrical-coordinate representation of color #767FC3: hue angle of 232.99º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #767FC3 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118127195-
CMYK0.390.3500.24
HSL232.99º39.09%61.37%-
HSV(B)232.99º39.49%76.47%-
XYZ24.9122.9754.75-
YUV132.06163.52117.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 195 (76.56% from 255) = 44.32%
R=26.82%
G=28.86%
B=44.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181271950.390.3500.24232.9939.0961.37
Hex767FC32723018e9273d
Octal16617730347430303514775
Binary111011011111111100001110011110001101100011101001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,127,195); }

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

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

 a { background-color: rgb(118,127,195); }

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

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

 span { border-color: rgb(118,127,195); }

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