Html Css Color HEX #7B7CAA Ship Cove

📋 copy color: '#7B7CAA'

red 123 ◦ green 124 ◦ blue 170

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

Shades of Ship Cove #7B7CAA

Tints of Ship Cove #7B7CAA

RGB

 RED value IS 123 (48.44% from 255) = 29.5%

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 170 (66.8% from 255) = 40.77%

R = 29.5%
G = 29.74%
B = 40.77%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B7CAA (or 0x7B7CAA) is known color: Ship Cove. HEX triplet: 7B, 7C and AA. RGB value is (123,124,170). Sum of RGB (Red+Green+Blue) = 123+124+170=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B7CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7CAA is #848355. Grayscale: #808080. Windows color (decimal): -8684374 or 11172987. OLE color: 11172987.

HSL color Cylindrical-coordinate representation of color #7B7CAA: hue angle of 238.72º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B7CAA is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 124 170 -
CMYK 0.28 0.27 0 0.33
HSL 238.72º 0.22% 0.57% -
HSV(B) 238.72º 0.28% 0.67% -
XYZ 22.63 21.53 40.99 -
YUV 128.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 123 124 170 0.28 0.27 0 0.33 238.72 0.22 0.57
Hex 7B 7C AA 1C 1B 0 21 EF 16 39
Octal 173 174 252 34 33 0 41 357 26 71
Binary 1111011 1111100 10101010 11100 11011 0 100001 11101111 10110 111001

Color Harmonies of #7B7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7CAA

Black with #7B7CAA

Text Example


Text Example

White with #7B7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,124,170); }

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

background-color css

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

 a { background-color: rgb(123,124,170); }

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

border-color css

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

 span { border-color: rgb(123,124,170); }

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