Html Css Color HEX #7A7FAC Ship Cove

📋 copy color: '#7A7FAC'

red 122 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #7A7FAC

Tints of Ship Cove #7A7FAC

RGB

 RED value IS 122 (48.05% from 255) = 28.98%

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 28.98%
G = 30.17%
B = 40.86%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A7FAC (or 0x7A7FAC) is known color: Ship Cove. HEX triplet: 7A, 7F and AC. RGB value is (122,127,172). Sum of RGB (Red+Green+Blue) = 122+127+172=421 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.98% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A7FAC is #858053. Grayscale: #828282. Windows color (decimal): -8749140 or 11304826. OLE color: 11304826.

HSL color Cylindrical-coordinate representation of color #7A7FAC: hue angle of 234º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A7FAC is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 127 172 -
CMYK 0.29 0.26 0 0.33
HSL 234º 0.23% 0.58% -
HSV(B) 234º 0.29% 0.67% -
XYZ 23.06 22.29 42.12 -
YUV 130.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 122 127 172 0.29 0.26 0 0.33 234 0.23 0.58
Hex 7A 7F AC 1D 1A 0 21 EA 17 3A
Octal 172 177 254 35 32 0 41 352 27 72
Binary 1111010 1111111 10101100 11101 11010 0 100001 11101010 10111 111010

Color Harmonies of #7A7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FAC

Black with #7A7FAC

Text Example


Text Example

White with #7A7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,127,172); }

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

background-color css

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

 a { background-color: rgb(122,127,172); }

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

border-color css

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

 span { border-color: rgb(122,127,172); }

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