Html Css Color HEX #838FAE Ship Cove

📋 copy color: '#838FAE'

red 131 ◦ green 143 ◦ blue 174

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

Shades of Ship Cove #838FAE

Tints of Ship Cove #838FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.92%

 BLUE value IS 174 (68.36% from 255) = 38.84%

R = 29.24%
G = 31.92%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#838FAE (or 0x838FAE) is known color: Ship Cove. HEX triplet: 83, 8F and AE. RGB value is (131,143,174). Sum of RGB (Red+Green+Blue) = 131+143+174=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #838FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAE is #7C7051. Grayscale: #8E8E8E. Windows color (decimal): -8155218 or 11440003. OLE color: 11440003.

HSL color Cylindrical-coordinate representation of color #838FAE: hue angle of 223.26º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838FAE is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 143 174 -
CMYK 0.25 0.18 0 0.32
HSL 223.26º 0.21% 0.6% -
HSV(B) 223.26º 0.25% 0.68% -
XYZ 26.82 27.53 43.94 -
YUV 142.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 131 143 174 0.25 0.18 0 0.32 223.26 0.21 0.6
Hex 83 8F AE 19 12 0 20 DF 15 3C
Octal 203 217 256 31 22 0 40 337 25 74
Binary 10000011 10001111 10101110 11001 10010 0 100000 11011111 10101 111100

Color Harmonies of #838FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FAE

Black with #838FAE

Text Example


Text Example

White with #838FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,143,174); }

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

background-color css

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

 a { background-color: rgb(131,143,174); }

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

border-color css

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

 span { border-color: rgb(131,143,174); }

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