Html Css Color HEX #7696CC Wild Blue Yonder

📋 copy color: '#7696CC'

red 118 ◦ green 150 ◦ blue 204

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

Shades of Wild Blue Yonder #7696CC

Tints of Wild Blue Yonder #7696CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 25%
G = 31.78%
B = 43.22%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7696CC (or 0x7696CC) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and CC. RGB value is (118,150,204). Sum of RGB (Red+Green+Blue) = 118+150+204=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7696CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696CC is #896933. Grayscale: #929292. Windows color (decimal): -9005364 or 13407862. OLE color: 13407862.

HSL color Cylindrical-coordinate representation of color #7696CC: hue angle of 217.67º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7696CC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 150 204 -
CMYK 0.42 0.26 0 0.2
HSL 217.67º 0.46% 0.63% -
HSV(B) 217.67º 0.42% 0.8% -
XYZ 29.28 30.02 61.38 -
YUV 146.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 118 150 204 0.42 0.26 0 0.2 217.67 0.46 0.63
Hex 76 96 CC 2A 1A 0 14 DA 2E 3F
Octal 166 226 314 52 32 0 24 332 56 77
Binary 1110110 10010110 11001100 101010 11010 0 10100 11011010 101110 111111

Color Harmonies of #7696CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696CC

Black with #7696CC

Text Example


Text Example

White with #7696CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7696CC; }

 p { color: rgb(118,150,204); }

 H1.HeaderClassName
 {
   color: #7696CC;
 }
 .AnyTagClassName
 {
   color: #7696CC;
 }
</style>

background-color css

<style>
 a { background-color: #7696CC; }

 a { background-color: rgb(118,150,204); }

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

border-color css

<style>
 span { border-color: #7696CC; }

 span { border-color: rgb(118,150,204); }

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