Html Css Color HEX #838FAF Ship Cove

📋 copy color: '#838FAF'

red 131 ◦ green 143 ◦ blue 175

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

Shades of Ship Cove #838FAF

Tints of Ship Cove #838FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.98%

R = 29.18%
G = 31.85%
B = 38.98%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#838FAF (or 0x838FAF) is known color: Ship Cove. HEX triplet: 83, 8F and AF. RGB value is (131,143,175). Sum of RGB (Red+Green+Blue) = 131+143+175=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #838FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838FAF is #7C7050. Grayscale: #8E8E8E. Windows color (decimal): -8155217 or 11505539. OLE color: 11505539.

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

Color convert

RGB 131 143 175 -
CMYK 0.25 0.18 0 0.31
HSL 223.64º 0.22% 0.6% -
HSV(B) 223.64º 0.25% 0.69% -
XYZ 26.92 27.57 44.46 -
YUV 143.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 131 143 175 0.25 0.18 0 0.31 223.64 0.22 0.6
Hex 83 8F AF 19 12 0 1F E0 16 3C
Octal 203 217 257 31 22 0 37 340 26 74
Binary 10000011 10001111 10101111 11001 10010 0 11111 11100000 10110 111100

Color Harmonies of #838FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FAF

Black with #838FAF

Text Example


Text Example

White with #838FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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