Html Css Color HEX #838BCA Portage

📋 copy color: '#838BCA'

red 131 ◦ green 139 ◦ blue 202

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

Shades of Portage #838BCA

Tints of Portage #838BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 27.75%
G = 29.45%
B = 42.8%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#838BCA (or 0x838BCA) is known color: Portage. HEX triplet: 83, 8B and CA. RGB value is (131,139,202). Sum of RGB (Red+Green+Blue) = 131+139+202=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #838BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BCA is #7C7435. Grayscale: #8F8F8F. Windows color (decimal): -8156214 or 13273987. OLE color: 13273987.

HSL color Cylindrical-coordinate representation of color #838BCA: hue angle of 233.24º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838BCA is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 139 202 -
CMYK 0.35 0.31 0 0.21
HSL 233.24º 0.4% 0.65% -
HSV(B) 233.24º 0.35% 0.79% -
XYZ 29.25 27.55 59.65 -
YUV 143.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 131 139 202 0.35 0.31 0 0.21 233.24 0.4 0.65
Hex 83 8B CA 23 1F 0 15 E9 28 41
Octal 203 213 312 43 37 0 25 351 50 101
Binary 10000011 10001011 11001010 100011 11111 0 10101 11101001 101000 1000001

Color Harmonies of #838BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BCA

Black with #838BCA

Text Example


Text Example

White with #838BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,202); }

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

background-color css

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

 a { background-color: rgb(131,139,202); }

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

border-color css

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

 span { border-color: rgb(131,139,202); }

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