Html Css Color HEX #7796BF Wild Blue Yonder

📋 copy color: '#7796BF'

red 119 ◦ green 150 ◦ blue 191

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

Shades of Wild Blue Yonder #7796BF

Tints of Wild Blue Yonder #7796BF

RGB

 RED value IS 119 (46.88% from 255) = 25.87%

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

 BLUE value IS 191 (75% from 255) = 41.52%

R = 25.87%
G = 32.61%
B = 41.52%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7796BF (or 0x7796BF) is known color: Wild Blue Yonder. HEX triplet: 77, 96 and BF. RGB value is (119,150,191). Sum of RGB (Red+Green+Blue) = 119+150+191=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #7796BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796BF is #886940. Grayscale: #919191. Windows color (decimal): -8939841 or 12555895. OLE color: 12555895.

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

Color convert

RGB 119 150 191 -
CMYK 0.38 0.21 0 0.25
HSL 214.17º 0.36% 0.61% -
HSV(B) 214.17º 0.38% 0.75% -
XYZ 27.92 29.5 53.51 -
YUV 145.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 119 150 191 0.38 0.21 0 0.25 214.17 0.36 0.61
Hex 77 96 BF 26 15 0 19 D6 24 3D
Octal 167 226 277 46 25 0 31 326 44 75
Binary 1110111 10010110 10111111 100110 10101 0 11001 11010110 100100 111101

Color Harmonies of #7796BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796BF

Black with #7796BF

Text Example


Text Example

White with #7796BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,150,191); }

 H1.HeaderClassName
 {
   color: #7796BF;
 }
 .AnyTagClassName
 {
   color: #7796BF;
 }
</style>

background-color css

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

 a { background-color: rgb(119,150,191); }

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

border-color css

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

 span { border-color: rgb(119,150,191); }

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