Html Css Color HEX #7697C9 Wild Blue Yonder

📋 copy color: '#7697C9'

red 118 ◦ green 151 ◦ blue 201

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

Shades of Wild Blue Yonder #7697C9

Tints of Wild Blue Yonder #7697C9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.13%

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 25.11%
G = 32.13%
B = 42.77%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7697C9 (or 0x7697C9) is known color: Wild Blue Yonder. HEX triplet: 76, 97 and C9. RGB value is (118,151,201). Sum of RGB (Red+Green+Blue) = 118+151+201=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #7697C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697C9 is #896836. Grayscale: #929292. Windows color (decimal): -9005111 or 13211510. OLE color: 13211510.

HSL color Cylindrical-coordinate representation of color #7697C9: hue angle of 216.14º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7697C9 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 151 201 -
CMYK 0.41 0.25 0 0.21
HSL 216.14º 0.43% 0.63% -
HSV(B) 216.14º 0.41% 0.79% -
XYZ 29.08 30.2 59.56 -
YUV 146.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 118 151 201 0.41 0.25 0 0.21 216.14 0.43 0.63
Hex 76 97 C9 29 19 0 15 D8 2B 3F
Octal 166 227 311 51 31 0 25 330 53 77
Binary 1110110 10010111 11001001 101001 11001 0 10101 11011000 101011 111111

Color Harmonies of #7697C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697C9

Black with #7697C9

Text Example


Text Example

White with #7697C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7697C9; }

 p { color: rgb(118,151,201); }

 H1.HeaderClassName
 {
   color: #7697C9;
 }
 .AnyTagClassName
 {
   color: #7697C9;
 }
</style>

background-color css

<style>
 a { background-color: #7697C9; }

 a { background-color: rgb(118,151,201); }

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

border-color css

<style>
 span { border-color: #7697C9; }

 span { border-color: rgb(118,151,201); }

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