#767BC1

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

Shades of Wild Blue Yonder #767BC1

Tints of Wild Blue Yonder #767BC1

Color information

#767BC1 (or 0x767BC1) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 7B and C1. RGB value is (118,123,193). Sum of RGB (Red+Green+Blue) = 118+123+193=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #767BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BC1 is #89843E. Grayscale: #818181. Windows color (decimal): -9012287 or 12680054. OLE color: 12680054.

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

Color convert

RGB118123193-
CMYK0.390.3600.24
HSL236º37.69%60.98%-
HSV(B)236º38.86%75.69%-
XYZ24.1821.8753.4-
YUV129.48163.84119.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=27.19%
G=28.34%
B=44.47%

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
Decimal1181231930.390.3600.2423637.6960.98
Hex767BC12724018ec263d
Octal16617330147440303544675
Binary111011011110111100000110011110010001100011101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,123,193); }

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

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

 a { background-color: rgb(118,123,193); }

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

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

 span { border-color: rgb(118,123,193); }

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