Html Css Color HEX #7B99BE Wild Blue Yonder

📋 copy color: '#7B99BE'

red 123 ◦ green 153 ◦ blue 190

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

Shades of Wild Blue Yonder #7B99BE

Tints of Wild Blue Yonder #7B99BE

RGB

 RED value IS 123 (48.44% from 255) = 26.39%

 GREEN value IS 153 (60.16% from 255) = 32.83%

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

R = 26.39%
G = 32.83%
B = 40.77%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B99BE (or 0x7B99BE) is known color: Wild Blue Yonder. HEX triplet: 7B, 99 and BE. RGB value is (123,153,190). Sum of RGB (Red+Green+Blue) = 123+153+190=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B99BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B99BE is #846641. Grayscale: #949494. Windows color (decimal): -8676930 or 12491131. OLE color: 12491131.

HSL color Cylindrical-coordinate representation of color #7B99BE: hue angle of 213.13º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B99BE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 153 190 -
CMYK 0.35 0.19 0 0.25
HSL 213.13º 0.34% 0.61% -
HSV(B) 213.13º 0.35% 0.75% -
XYZ 28.85 30.71 53.12 -
YUV 148.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 123 153 190 0.35 0.19 0 0.25 213.13 0.34 0.61
Hex 7B 99 BE 23 13 0 19 D5 22 3D
Octal 173 231 276 43 23 0 31 325 42 75
Binary 1111011 10011001 10111110 100011 10011 0 11001 11010101 100010 111101

Color Harmonies of #7B99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B99BE

Black with #7B99BE

Text Example


Text Example

White with #7B99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B99BE; }

 p { color: rgb(123,153,190); }

 H1.HeaderClassName
 {
   color: #7B99BE;
 }
 .AnyTagClassName
 {
   color: #7B99BE;
 }
</style>

background-color css

<style>
 a { background-color: #7B99BE; }

 a { background-color: rgb(123,153,190); }

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

border-color css

<style>
 span { border-color: #7B99BE; }

 span { border-color: rgb(123,153,190); }

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