Html Css Color HEX #838ACE Portage

📋 copy color: '#838ACE'

red 131 ◦ green 138 ◦ blue 206

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

Shades of Portage #838ACE

Tints of Portage #838ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 27.58%
G = 29.05%
B = 43.37%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#838ACE (or 0x838ACE) is known color: Portage. HEX triplet: 83, 8A and CE. RGB value is (131,138,206). Sum of RGB (Red+Green+Blue) = 131+138+206=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #838ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ACE is #7C7531. Grayscale: #8F8F8F. Windows color (decimal): -8156466 or 13535875. OLE color: 13535875.

HSL color Cylindrical-coordinate representation of color #838ACE: hue angle of 234.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838ACE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 138 206 -
CMYK 0.36 0.33 0 0.19
HSL 234.4º 0.43% 0.66% -
HSV(B) 234.4º 0.36% 0.81% -
XYZ 29.59 27.46 62.13 -
YUV 143.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 131 138 206 0.36 0.33 0 0.19 234.4 0.43 0.66
Hex 83 8A CE 24 21 0 13 EA 2B 42
Octal 203 212 316 44 41 0 23 352 53 102
Binary 10000011 10001010 11001110 100100 100001 0 10011 11101010 101011 1000010

Color Harmonies of #838ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ACE

Black with #838ACE

Text Example


Text Example

White with #838ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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