Html Css Color HEX #838BCB Portage

📋 copy color: '#838BCB'

red 131 ◦ green 139 ◦ blue 203

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

Shades of Portage #838BCB

Tints of Portage #838BCB

RGB

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

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

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

R = 27.7%
G = 29.39%
B = 42.92%

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

#838BCB (or 0x838BCB) is known color: Portage. HEX triplet: 83, 8B and CB. RGB value is (131,139,203). Sum of RGB (Red+Green+Blue) = 131+139+203=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #838BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BCB is #7C7434. Grayscale: #8F8F8F. Windows color (decimal): -8156213 or 13339523. OLE color: 13339523.

HSL color Cylindrical-coordinate representation of color #838BCB: hue angle of 233.33º 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 #838BCB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 139 203 -
CMYK 0.35 0.32 0 0.20
HSL 233.33º 0.41% 0.65% -
HSV(B) 233.33º 0.35% 0.8% -
XYZ 29.37 27.6 60.28 -
YUV 143.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 131 139 203 0.35 0.32 0 0.20 233.33 0.41 0.65
Hex 83 8B CB 23 20 0 14 E9 29 41
Octal 203 213 313 43 40 0 24 351 51 101
Binary 10000011 10001011 11001011 100011 100000 0 10100 11101001 101001 1000001

Color Harmonies of #838BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BCB

Black with #838BCB

Text Example


Text Example

White with #838BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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