Html Css Color HEX #7E94B4 Ship Cove

📋 copy color: '#7E94B4'

red 126 ◦ green 148 ◦ blue 180

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

Shades of Ship Cove #7E94B4

Tints of Ship Cove #7E94B4

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.6%

 BLUE value IS 180 (70.7% from 255) = 39.65%

R = 27.75%
G = 32.6%
B = 39.65%

CMYK

 C value IS 0.3

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7E94B4 (or 0x7E94B4) is known color: Ship Cove. HEX triplet: 7E, 94 and B4. RGB value is (126,148,180). Sum of RGB (Red+Green+Blue) = 126+148+180=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #7E94B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E94B4 is #816B4B. Grayscale: #909090. Windows color (decimal): -8481612 or 11834494. OLE color: 11834494.

HSL color Cylindrical-coordinate representation of color #7E94B4: hue angle of 215.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E94B4 is Cyan = 0.3, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 148 180 -
CMYK 0.3 0.18 0 0.29
HSL 215.56º 0.26% 0.6% -
HSV(B) 215.56º 0.3% 0.71% -
XYZ 27.43 28.91 47.31 -
YUV 145.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 126 148 180 0.3 0.18 0 0.29 215.56 0.26 0.6
Hex 7E 94 B4 1E 12 0 1D D8 1A 3C
Octal 176 224 264 36 22 0 35 330 32 74
Binary 1111110 10010100 10110100 11110 10010 0 11101 11011000 11010 111100

Color Harmonies of #7E94B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E94B4

Black with #7E94B4

Text Example


Text Example

White with #7E94B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,148,180); }

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

background-color css

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

 a { background-color: rgb(126,148,180); }

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

border-color css

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

 span { border-color: rgb(126,148,180); }

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