Html Css Color HEX #7C7FAB Ship Cove

📋 copy color: '#7C7FAB'

red 124 ◦ green 127 ◦ blue 171

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

Shades of Ship Cove #7C7FAB

Tints of Ship Cove #7C7FAB

RGB

 RED value IS 124 (48.83% from 255) = 29.38%

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

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 29.38%
G = 30.09%
B = 40.52%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C7FAB (or 0x7C7FAB) is known color: Ship Cove. HEX triplet: 7C, 7F and AB. RGB value is (124,127,171). Sum of RGB (Red+Green+Blue) = 124+127+171=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C7FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7FAB is #838054. Grayscale: #828282. Windows color (decimal): -8618069 or 11239292. OLE color: 11239292.

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

Color convert

RGB 124 127 171 -
CMYK 0.27 0.26 0 0.33
HSL 236.17º 0.22% 0.58% -
HSV(B) 236.17º 0.27% 0.67% -
XYZ 23.25 22.4 41.63 -
YUV 131.12 150.51 122.92 -
System Red Green Blue C M Y K H S L
Decimal 124 127 171 0.27 0.26 0 0.33 236.17 0.22 0.58
Hex 7C 7F AB 1B 1A 0 21 EC 16 3A
Octal 174 177 253 33 32 0 41 354 26 72
Binary 1111100 1111111 10101011 11011 11010 0 100001 11101100 10110 111010

Color Harmonies of #7C7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7FAB

Black with #7C7FAB

Text Example


Text Example

White with #7C7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,127,171); }

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

background-color css

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

 a { background-color: rgb(124,127,171); }

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

border-color css

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

 span { border-color: rgb(124,127,171); }

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