Html Css Color HEX #7B7FAA Ship Cove

📋 copy color: '#7B7FAA'

red 123 ◦ green 127 ◦ blue 170

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

Shades of Ship Cove #7B7FAA

Tints of Ship Cove #7B7FAA

RGB

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

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

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

R = 29.29%
G = 30.24%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B7FAA (or 0x7B7FAA) is known color: Ship Cove. HEX triplet: 7B, 7F and AA. RGB value is (123,127,170). Sum of RGB (Red+Green+Blue) = 123+127+170=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B7FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7FAA is #848055. Grayscale: #828282. Windows color (decimal): -8683606 or 11173755. OLE color: 11173755.

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

Color convert

RGB 123 127 170 -
CMYK 0.28 0.25 0 0.33
HSL 234.89º 0.22% 0.57% -
HSV(B) 234.89º 0.28% 0.67% -
XYZ 23.01 22.29 41.12 -
YUV 130.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 123 127 170 0.28 0.25 0 0.33 234.89 0.22 0.57
Hex 7B 7F AA 1C 19 0 21 EB 16 39
Octal 173 177 252 34 31 0 41 353 26 71
Binary 1111011 1111111 10101010 11100 11001 0 100001 11101011 10110 111001

Color Harmonies of #7B7FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7FAA

Black with #7B7FAA

Text Example


Text Example

White with #7B7FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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