Html Css Color HEX #7B7EAA Ship Cove

📋 copy color: '#7B7EAA'

red 123 ◦ green 126 ◦ blue 170

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

Shades of Ship Cove #7B7EAA

Tints of Ship Cove #7B7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.07%

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

R = 29.36%
G = 30.07%
B = 40.57%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B7EAA (or 0x7B7EAA) is known color: Ship Cove. HEX triplet: 7B, 7E and AA. RGB value is (123,126,170). Sum of RGB (Red+Green+Blue) = 123+126+170=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B7EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7EAA is #848155. Grayscale: #818181. Windows color (decimal): -8683862 or 11173499. OLE color: 11173499.

HSL color Cylindrical-coordinate representation of color #7B7EAA: hue angle of 236.17º 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 #7B7EAA is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 126 170 -
CMYK 0.28 0.26 0 0.33
HSL 236.17º 0.22% 0.57% -
HSV(B) 236.17º 0.28% 0.67% -
XYZ 22.88 22.03 41.08 -
YUV 130.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 123 126 170 0.28 0.26 0 0.33 236.17 0.22 0.57
Hex 7B 7E AA 1C 1A 0 21 EC 16 39
Octal 173 176 252 34 32 0 41 354 26 71
Binary 1111011 1111110 10101010 11100 11010 0 100001 11101100 10110 111001

Color Harmonies of #7B7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7EAA

Black with #7B7EAA

Text Example


Text Example

White with #7B7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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