#7695BF

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

Shades of Wild Blue Yonder #7695BF

Tints of Wild Blue Yonder #7695BF

Color information

#7695BF (or 0x7695BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 95 and BF. RGB value is (118,149,191). Sum of RGB (Red+Green+Blue) = 118+149+191=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #7695BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695BF is #896A40. Grayscale: #909090. Windows color (decimal): -9005633 or 12555638. OLE color: 12555638.

HSL color Cylindrical-coordinate representation of color #7695BF: hue angle of 214.52º 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 #7695BF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118149191-
CMYK0.380.2200.25
HSL214.52º36.32%60.59%-
HSV(B)214.52º38.22%74.9%-
XYZ27.6229.1153.45-
YUV144.52154.23109.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.76%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 191 (75% from 255) = 41.70%
R=25.76%
G=32.53%
B=41.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181491910.380.2200.25214.5236.3260.59
Hex7695BF2616019d7243d
Octal16622527746260313274475
Binary111011010010101101111111001101011001100111010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7695BF; }

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

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

<style>
 a { background-color: #7695BF; }

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

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

<style>
 span { border-color: #7695BF; }

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

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