Html Css Color HEX #7695BE Wild Blue Yonder

📋 copy color: '#7695BE'

red 118 ◦ green 149 ◦ blue 190

#7695BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7695BE

Tints of Wild Blue Yonder #7695BE

RGB

 RED value IS 118 (46.48% from 255) = 25.82%

 GREEN value IS 149 (58.59% from 255) = 32.6%

 BLUE value IS 190 (74.61% from 255) = 41.58%

R = 25.82%
G = 32.6%
B = 41.58%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7695BE (or 0x7695BE) is known color: Wild Blue Yonder. HEX triplet: 76, 95 and BE. RGB value is (118,149,190). Sum of RGB (Red+Green+Blue) = 118+149+190=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7695BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695BE is #896A41. Grayscale: #909090. Windows color (decimal): -9005634 or 12490102. OLE color: 12490102.

HSL color Cylindrical-coordinate representation of color #7695BE: hue angle of 214.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7695BE is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 149 190 -
CMYK 0.38 0.22 0 0.25
HSL 214.17º 0.36% 0.6% -
HSV(B) 214.17º 0.38% 0.75% -
XYZ 27.51 29.06 52.88 -
YUV 144.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 118 149 190 0.38 0.22 0 0.25 214.17 0.36 0.6
Hex 76 95 BE 26 16 0 19 D6 24 3C
Octal 166 225 276 46 26 0 31 326 44 74
Binary 1110110 10010101 10111110 100110 10110 0 11001 11010110 100100 111100

Color Harmonies of #7695BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695BE

Black with #7695BE

Text Example


Text Example

White with #7695BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7695BE;
 }
 .AnyTagClassName
 {
   color: #7695BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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