Html Css Color HEX #7788BF Wild Blue Yonder

📋 copy color: '#7788BF'

red 119 ◦ green 136 ◦ blue 191

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

Shades of Wild Blue Yonder #7788BF

Tints of Wild Blue Yonder #7788BF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 26.68%
G = 30.49%
B = 42.83%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7788BF (or 0x7788BF) is known color: Wild Blue Yonder. HEX triplet: 77, 88 and BF. RGB value is (119,136,191). Sum of RGB (Red+Green+Blue) = 119+136+191=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #7788BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7788BF is #887740. Grayscale: #888888. Windows color (decimal): -8943425 or 12552311. OLE color: 12552311.

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

Color convert

RGB 119 136 191 -
CMYK 0.38 0.29 0 0.25
HSL 225.83º 0.36% 0.61% -
HSV(B) 225.83º 0.38% 0.75% -
XYZ 25.82 25.29 52.81 -
YUV 137.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 119 136 191 0.38 0.29 0 0.25 225.83 0.36 0.61
Hex 77 88 BF 26 1D 0 19 E2 24 3D
Octal 167 210 277 46 35 0 31 342 44 75
Binary 1110111 10001000 10111111 100110 11101 0 11001 11100010 100100 111101

Color Harmonies of #7788BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7788BF

Black with #7788BF

Text Example


Text Example

White with #7788BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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