#7695BD

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

Shades of Wild Blue Yonder #7695BD

Tints of Wild Blue Yonder #7695BD

Color information

#7695BD (or 0x7695BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 95 and BD. RGB value is (118,149,189). Sum of RGB (Red+Green+Blue) = 118+149+189=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #7695BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695BD is #896A42. Grayscale: #909090. Windows color (decimal): -9005635 or 12424566. OLE color: 12424566.

HSL color Cylindrical-coordinate representation of color #7695BD: hue angle of 213.8º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7695BD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB118149189-
CMYK0.380.2100.26
HSL213.8º34.98%60.2%-
HSV(B)213.8º37.57%74.12%-
XYZ27.429.0252.3-
YUV144.29153.23109.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.88%
GREEN value IS 149 (58.59% from 255) = 32.68%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=25.88%
G=32.68%
B=41.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181491890.380.2100.26213.834.9860.2
Hex7695BD261501Ad6233c
Octal16622527546250323264374
Binary111011010010101101111011001101010101101011010110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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