Html Css Color HEX #7E99BA Rock Blue

📋 copy color: '#7E99BA'

red 126 ◦ green 153 ◦ blue 186

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

Shades of Rock Blue #7E99BA

Tints of Rock Blue #7E99BA

RGB

 RED value IS 126 (49.61% from 255) = 27.1%

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 27.1%
G = 32.9%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E99BA (or 0x7E99BA) is known color: Rock Blue. HEX triplet: 7E, 99 and BA. RGB value is (126,153,186). Sum of RGB (Red+Green+Blue) = 126+153+186=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E99BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E99BA is #816645. Grayscale: #949494. Windows color (decimal): -8480326 or 12228990. OLE color: 12228990.

HSL color Cylindrical-coordinate representation of color #7E99BA: hue angle of 213º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E99BA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 153 186 -
CMYK 0.32 0.18 0 0.27
HSL 213º 0.3% 0.61% -
HSV(B) 213º 0.32% 0.73% -
XYZ 28.86 30.76 50.87 -
YUV 148.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 126 153 186 0.32 0.18 0 0.27 213 0.3 0.61
Hex 7E 99 BA 20 12 0 1B D5 1E 3D
Octal 176 231 272 40 22 0 33 325 36 75
Binary 1111110 10011001 10111010 100000 10010 0 11011 11010101 11110 111101

Color Harmonies of #7E99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E99BA

Black with #7E99BA

Text Example


Text Example

White with #7E99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,153,186); }

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

background-color css

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

 a { background-color: rgb(126,153,186); }

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

border-color css

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

 span { border-color: rgb(126,153,186); }

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