Html Css Color HEX #7584AF Ship Cove

📋 copy color: '#7584AF'

red 117 ◦ green 132 ◦ blue 175

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

Shades of Ship Cove #7584AF

Tints of Ship Cove #7584AF

RGB

 RED value IS 117 (46.09% from 255) = 27.59%

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 27.59%
G = 31.13%
B = 41.27%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7584AF (or 0x7584AF) is known color: Ship Cove. HEX triplet: 75, 84 and AF. RGB value is (117,132,175). Sum of RGB (Red+Green+Blue) = 117+132+175=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7584AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7584AF is #8A7B50. Grayscale: #848484. Windows color (decimal): -9075537 or 11502709. OLE color: 11502709.

HSL color Cylindrical-coordinate representation of color #7584AF: hue angle of 224.48º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7584AF is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 132 175 -
CMYK 0.33 0.25 0 0.31
HSL 224.48º 0.27% 0.57% -
HSV(B) 224.48º 0.33% 0.69% -
XYZ 23.33 23.38 43.84 -
YUV 132.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 117 132 175 0.33 0.25 0 0.31 224.48 0.27 0.57
Hex 75 84 AF 21 19 0 1F E0 1B 39
Octal 165 204 257 41 31 0 37 340 33 71
Binary 1110101 10000100 10101111 100001 11001 0 11111 11100000 11011 111001

Color Harmonies of #7584AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7584AF

Black with #7584AF

Text Example


Text Example

White with #7584AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,132,175); }

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

background-color css

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

 a { background-color: rgb(117,132,175); }

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

border-color css

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

 span { border-color: rgb(117,132,175); }

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