Html Css Color HEX #7B7DA4 Ship Cove

📋 copy color: '#7B7DA4'

red 123 ◦ green 125 ◦ blue 164

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

Shades of Ship Cove #7B7DA4

Tints of Ship Cove #7B7DA4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.34%

 BLUE value IS 164 (64.45% from 255) = 39.81%

R = 29.85%
G = 30.34%
B = 39.81%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7B7DA4 (or 0x7B7DA4) is known color: Ship Cove. HEX triplet: 7B, 7D and A4. RGB value is (123,125,164). Sum of RGB (Red+Green+Blue) = 123+125+164=412 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.85% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 164 - color contains mainly: blue. Hex color #7B7DA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7DA4 is #84825B. Grayscale: #808080. Windows color (decimal): -8684124 or 10780027. OLE color: 10780027.

HSL color Cylindrical-coordinate representation of color #7B7DA4: hue angle of 237.07º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B7DA4 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 123 125 164 -
CMYK 0.25 0.24 0 0.36
HSL 237.07º 0.18% 0.56% -
HSV(B) 237.07º 0.25% 0.64% -
XYZ 22.2 21.56 38.11 -
YUV 128.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 123 125 164 0.25 0.24 0 0.36 237.07 0.18 0.56
Hex 7B 7D A4 19 18 0 24 ED 12 38
Octal 173 175 244 31 30 0 44 355 22 70
Binary 1111011 1111101 10100100 11001 11000 0 100100 11101101 10010 111000

Color Harmonies of #7B7DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DA4

Black with #7B7DA4

Text Example


Text Example

White with #7B7DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,125,164); }

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

background-color css

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

 a { background-color: rgb(123,125,164); }

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

border-color css

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

 span { border-color: rgb(123,125,164); }

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