Html Css Color HEX #838ACB Portage

📋 copy color: '#838ACB'

red 131 ◦ green 138 ◦ blue 203

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

Shades of Portage #838ACB

Tints of Portage #838ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 27.75%
G = 29.24%
B = 43.01%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#838ACB (or 0x838ACB) is known color: Portage. HEX triplet: 83, 8A and CB. RGB value is (131,138,203). Sum of RGB (Red+Green+Blue) = 131+138+203=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #838ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ACB is #7C7534. Grayscale: #8F8F8F. Windows color (decimal): -8156469 or 13339267. OLE color: 13339267.

HSL color Cylindrical-coordinate representation of color #838ACB: hue angle of 234.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838ACB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 138 203 -
CMYK 0.35 0.32 0 0.20
HSL 234.17º 0.41% 0.65% -
HSV(B) 234.17º 0.35% 0.8% -
XYZ 29.23 27.31 60.23 -
YUV 143.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 131 138 203 0.35 0.32 0 0.20 234.17 0.41 0.65
Hex 83 8A CB 23 20 0 14 EA 29 41
Octal 203 212 313 43 40 0 24 352 51 101
Binary 10000011 10001010 11001011 100011 100000 0 10100 11101010 101001 1000001

Color Harmonies of #838ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ACB

Black with #838ACB

Text Example


Text Example

White with #838ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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