Html Css Color HEX #7E9BBB Rock Blue

📋 copy color: '#7E9BBB'

red 126 ◦ green 155 ◦ blue 187

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

Shades of Rock Blue #7E9BBB

Tints of Rock Blue #7E9BBB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.12%

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 26.92%
G = 33.12%
B = 39.96%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E9BBB (or 0x7E9BBB) is known color: Rock Blue. HEX triplet: 7E, 9B and BB. RGB value is (126,155,187). Sum of RGB (Red+Green+Blue) = 126+155+187=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E9BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9BBB is #816444. Grayscale: #959595. Windows color (decimal): -8479813 or 12295038. OLE color: 12295038.

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

Color convert

RGB 126 155 187 -
CMYK 0.33 0.17 0 0.27
HSL 211.48º 0.31% 0.61% -
HSV(B) 211.48º 0.33% 0.73% -
XYZ 29.3 31.47 51.54 -
YUV 149.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 126 155 187 0.33 0.17 0 0.27 211.48 0.31 0.61
Hex 7E 9B BB 21 11 0 1B D3 1F 3D
Octal 176 233 273 41 21 0 33 323 37 75
Binary 1111110 10011011 10111011 100001 10001 0 11011 11010011 11111 111101

Color Harmonies of #7E9BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E9BBB

Black with #7E9BBB

Text Example


Text Example

White with #7E9BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,155,187); }

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

background-color css

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

 a { background-color: rgb(126,155,187); }

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

border-color css

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

 span { border-color: rgb(126,155,187); }

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