Html Css Color HEX #7890AF Ship Cove

📋 copy color: '#7890AF'

red 120 ◦ green 144 ◦ blue 175

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

Shades of Ship Cove #7890AF

Tints of Ship Cove #7890AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 27.33%
G = 32.8%
B = 39.86%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7890AF (or 0x7890AF) is known color: Ship Cove. HEX triplet: 78, 90 and AF. RGB value is (120,144,175). Sum of RGB (Red+Green+Blue) = 120+144+175=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #7890AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7890AF is #876F50. Grayscale: #8C8C8C. Windows color (decimal): -8875857 or 11505784. OLE color: 11505784.

HSL color Cylindrical-coordinate representation of color #7890AF: hue angle of 213.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7890AF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 144 175 -
CMYK 0.31 0.18 0 0.31
HSL 213.82º 0.26% 0.58% -
HSV(B) 213.82º 0.31% 0.69% -
XYZ 25.46 27.03 44.43 -
YUV 140.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 120 144 175 0.31 0.18 0 0.31 213.82 0.26 0.58
Hex 78 90 AF 1F 12 0 1F D6 1A 3A
Octal 170 220 257 37 22 0 37 326 32 72
Binary 1111000 10010000 10101111 11111 10010 0 11111 11010110 11010 111010

Color Harmonies of #7890AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7890AF

Black with #7890AF

Text Example


Text Example

White with #7890AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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