Html Css Color HEX #838AAC Ship Cove

📋 copy color: '#838AAC'

red 131 ◦ green 138 ◦ blue 172

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

Shades of Ship Cove #838AAC

Tints of Ship Cove #838AAC

RGB

 RED value IS 131 (51.56% from 255) = 29.71%

 GREEN value IS 138 (54.3% from 255) = 31.29%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 29.71%
G = 31.29%
B = 39%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#838AAC (or 0x838AAC) is known color: Ship Cove. HEX triplet: 83, 8A and AC. RGB value is (131,138,172). Sum of RGB (Red+Green+Blue) = 131+138+172=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #838AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838AAC is #7C7553. Grayscale: #8B8B8B. Windows color (decimal): -8156500 or 11307651. OLE color: 11307651.

HSL color Cylindrical-coordinate representation of color #838AAC: hue angle of 229.76º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838AAC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 138 172 -
CMYK 0.24 0.20 0 0.33
HSL 229.76º 0.2% 0.59% -
HSV(B) 229.76º 0.24% 0.67% -
XYZ 25.89 25.98 42.68 -
YUV 139.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 131 138 172 0.24 0.20 0 0.33 229.76 0.2 0.59
Hex 83 8A AC 18 14 0 21 E6 14 3B
Octal 203 212 254 30 24 0 41 346 24 73
Binary 10000011 10001010 10101100 11000 10100 0 100001 11100110 10100 111011

Color Harmonies of #838AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AAC

Black with #838AAC

Text Example


Text Example

White with #838AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838AAC; }

 p { color: rgb(131,138,172); }

 H1.HeaderClassName
 {
   color: #838AAC;
 }
 .AnyTagClassName
 {
   color: #838AAC;
 }
</style>

background-color css

<style>
 a { background-color: #838AAC; }

 a { background-color: rgb(131,138,172); }

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

border-color css

<style>
 span { border-color: #838AAC; }

 span { border-color: rgb(131,138,172); }

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