Html Css Color HEX #7890B4 Ship Cove

📋 copy color: '#7890B4'

red 120 ◦ green 144 ◦ blue 180

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

Shades of Ship Cove #7890B4

Tints of Ship Cove #7890B4

RGB

 RED value IS 120 (47.27% from 255) = 27.03%

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 27.03%
G = 32.43%
B = 40.54%

CMYK

 C value IS 0.33

 M value IS 0.2

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7890B4 (or 0x7890B4) is known color: Ship Cove. HEX triplet: 78, 90 and B4. RGB value is (120,144,180). Sum of RGB (Red+Green+Blue) = 120+144+180=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #7890B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890B4 is #876F4B. Grayscale: #8C8C8C. Windows color (decimal): -8875852 or 11833464. OLE color: 11833464.

HSL color Cylindrical-coordinate representation of color #7890B4: hue angle of 216º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7890B4 is Cyan = 0.33, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 144 180 -
CMYK 0.33 0.2 0 0.29
HSL 216º 0.29% 0.59% -
HSV(B) 216º 0.33% 0.71% -
XYZ 25.96 27.23 47.07 -
YUV 140.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 120 144 180 0.33 0.2 0 0.29 216 0.29 0.59
Hex 78 90 B4 21 14 0 1D D8 1D 3B
Octal 170 220 264 41 24 0 35 330 35 73
Binary 1111000 10010000 10110100 100001 10100 0 11101 11011000 11101 111011

Color Harmonies of #7890B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890B4

Black with #7890B4

Text Example


Text Example

White with #7890B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7890B4; }

 p { color: rgb(120,144,180); }

 H1.HeaderClassName
 {
   color: #7890B4;
 }
 .AnyTagClassName
 {
   color: #7890B4;
 }
</style>

background-color css

<style>
 a { background-color: #7890B4; }

 a { background-color: rgb(120,144,180); }

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

border-color css

<style>
 span { border-color: #7890B4; }

 span { border-color: rgb(120,144,180); }

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