#767DC2

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

Shades of Wild Blue Yonder #767DC2

Tints of Wild Blue Yonder #767DC2

Color information

#767DC2 (or 0x767DC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7D and C2. RGB value is (118,125,194). Sum of RGB (Red+Green+Blue) = 118+125+194=437 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.00% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 194 - color contains mainly: blue. Hex color #767DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767DC2 is #89823D. Grayscale: #828282. Windows color (decimal): -9011774 or 12746102. OLE color: 12746102.

HSL color Cylindrical-coordinate representation of color #767DC2: hue angle of 234.47º degrees, saturation: 0.38, 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 #767DC2 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB118125194-
CMYK0.390.3600.24
HSL234.47º38.38%61.18%-
HSV(B)234.47º39.18%76.08%-
XYZ24.5422.4154.07-
YUV130.77163.68118.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.00%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 194 (76.17% from 255) = 44.39%
R=27.00%
G=28.60%
B=44.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1181251940.390.3600.24234.4738.3861.18
Hex767DC22724018ea263d
Octal16617530247440303524675
Binary111011011111011100001010011110010001100011101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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